Struct libfabric_sys::fi_domain_attr [] [src]

#[repr(C)]
pub struct fi_domain_attr { pub domain: *mut fid_domain, pub name: *mut c_char, pub threading: fi_threading, pub control_progress: fi_progress, pub data_progress: fi_progress, pub resource_mgmt: fi_resource_mgmt, pub av_type: fi_av_type, pub mr_mode: c_int, pub mr_key_size: usize, pub cq_data_size: usize, pub cq_cnt: usize, pub ep_cnt: usize, pub tx_ctx_cnt: usize, pub rx_ctx_cnt: usize, pub max_ep_tx_ctx: usize, pub max_ep_rx_ctx: usize, pub max_ep_stx_ctx: usize, pub max_ep_srx_ctx: usize, pub cntr_cnt: usize, pub mr_iov_limit: usize, pub caps: u64, pub mode: u64, pub auth_key: *mut u8, pub auth_key_size: usize, pub max_err_data: usize, }

Fields

Trait Implementations

impl Debug for fi_domain_attr
[src]

Formats the value using the given formatter.

impl Copy for fi_domain_attr
[src]

impl Clone for fi_domain_attr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for fi_domain_attr
[src]

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