Struct libfabric_sys::fi_mr_map_raw [] [src]

#[repr(C)]
pub struct fi_mr_map_raw { pub flags: u64, pub base_addr: u64, pub raw_key: *mut u8, pub key_size: usize, pub key: *mut u64, }

Fields

Trait Implementations

impl Debug for fi_mr_map_raw
[src]

Formats the value using the given formatter.

impl Copy for fi_mr_map_raw
[src]

impl Clone for fi_mr_map_raw
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for fi_mr_map_raw
[src]

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