#[repr(C)]pub struct mlx5dv_pd {
pub pdn: u32,
pub comp_mask: u64,
}
Fields§
§pdn: u32
§comp_mask: u64
Trait Implementations§
impl Copy for mlx5dv_pd
Auto Trait Implementations§
impl Freeze for mlx5dv_pd
impl RefUnwindSafe for mlx5dv_pd
impl Send for mlx5dv_pd
impl Sync for mlx5dv_pd
impl Unpin for mlx5dv_pd
impl UnwindSafe for mlx5dv_pd
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