#[repr(C)]pub struct mlx5dv_ah {
pub av: *mut mlx5_wqe_av,
pub comp_mask: u64,
}
Fields§
§av: *mut mlx5_wqe_av
§comp_mask: u64
Trait Implementations§
impl Copy for mlx5dv_ah
Auto Trait Implementations§
impl Freeze for mlx5dv_ah
impl RefUnwindSafe for mlx5dv_ah
impl !Send for mlx5dv_ah
impl !Sync for mlx5dv_ah
impl Unpin for mlx5dv_ah
impl UnwindSafe for mlx5dv_ah
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more