Struct ibverbs::ffi::ibv_mw_bind_info [] [src]

#[repr(C)]
pub struct ibv_mw_bind_info { pub mr: *mut ibv_mr, pub addr: u64, pub length: u64, pub mw_access_flags: c_int, }

Fields

Trait Implementations

impl Debug for ibv_mw_bind_info
[src]

Formats the value using the given formatter.

impl Copy for ibv_mw_bind_info
[src]

impl Clone for ibv_mw_bind_info
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more