Struct ibverbs_sys::ibv_mw [−][src]
#[repr(C)]pub struct ibv_mw {
pub context: *mut ibv_context,
pub pd: *mut ibv_pd,
pub rkey: u32,
pub handle: u32,
pub type_: ibv_mw_type,
}Fields
context: *mut ibv_contextpd: *mut ibv_pdrkey: u32handle: u32type_: ibv_mw_typeTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ibv_mw
impl UnwindSafe for ibv_mw
Blanket Implementations
Mutably borrows from an owned value. Read more