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

Trait Implementations

impl Debug for ibv_mr
[src]

Formats the value using the given formatter.

impl Copy for ibv_mr
[src]

impl Clone for ibv_mr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more