#[repr(C)]pub struct mlx5dv_dm {
pub buf: *mut c_void,
pub length: u64,
pub comp_mask: u64,
pub remote_va: u64,
}
Fields§
§buf: *mut c_void
§length: u64
§comp_mask: u64
§remote_va: u64
Trait Implementations§
impl Copy for mlx5dv_dm
Auto Trait Implementations§
impl Freeze for mlx5dv_dm
impl RefUnwindSafe for mlx5dv_dm
impl !Send for mlx5dv_dm
impl !Sync for mlx5dv_dm
impl Unpin for mlx5dv_dm
impl UnwindSafe for mlx5dv_dm
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