#[repr(C)]pub struct ibv_mr {
pub context: *mut ibv_context,
pub pd: *mut ibv_pd,
pub addr: *mut c_void,
pub length: usize,
pub handle: u32,
pub lkey: u32,
pub rkey: u32,
}Fields
context: *mut ibv_contextpd: *mut ibv_pdaddr: *mut c_voidlength: usizehandle: u32lkey: u32rkey: u32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ibv_mr
impl !Send for ibv_mr
impl !Sync for ibv_mr
impl Unpin for ibv_mr
impl UnwindSafe for ibv_mr
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more