Struct libfabric_sys::fid_mr [] [src]

#[repr(C)]
pub struct fid_mr { pub fid: fid, pub mem_desc: *mut c_void, pub key: u64, }

Fields

Trait Implementations

impl Debug for fid_mr
[src]

Formats the value using the given formatter.

impl Copy for fid_mr
[src]

impl Clone for fid_mr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for fid_mr
[src]

Returns the "default value" for a type. Read more