Struct libfabric_sys::fi_ep_attr [] [src]

#[repr(C)]
pub struct fi_ep_attr { pub type_: fi_ep_type, pub protocol: u32, pub protocol_version: u32, pub max_msg_size: usize, pub msg_prefix_size: usize, pub max_order_raw_size: usize, pub max_order_war_size: usize, pub max_order_waw_size: usize, pub mem_tag_format: u64, pub tx_ctx_cnt: usize, pub rx_ctx_cnt: usize, pub auth_key_size: usize, pub auth_key: *mut u8, }

Fields

Trait Implementations

impl Debug for fi_ep_attr
[src]

Formats the value using the given formatter.

impl Copy for fi_ep_attr
[src]

impl Clone for fi_ep_attr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for fi_ep_attr
[src]

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