Struct ibverbs::ffi::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

Trait Implementations

impl Debug for ibv_mw
[src]

Formats the value using the given formatter.

impl Copy for ibv_mw
[src]

impl Clone for ibv_mw
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more