Struct ibverbs_sys::ibv_mr [−][src]
#[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 UnwindSafe for ibv_mr
Blanket Implementations
Mutably borrows from an owned value. Read more