Struct libfabric_sys::fi_mr_attr [] [src]

#[repr(C)]
pub struct fi_mr_attr { pub mr_iov: *const iovec, pub iov_count: usize, pub access: u64, pub offset: u64, pub requested_key: u64, pub context: *mut c_void, pub auth_key_size: usize, pub auth_key: *mut u8, }

Fields

Trait Implementations

impl Debug for fi_mr_attr
[src]

Formats the value using the given formatter.

impl Copy for fi_mr_attr
[src]

impl Clone for fi_mr_attr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for fi_mr_attr
[src]

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