Struct libfabric_sys::fi_info [] [src]

#[repr(C)]
pub struct fi_info { pub next: *mut fi_info, pub caps: u64, pub mode: u64, pub addr_format: u32, pub src_addrlen: usize, pub dest_addrlen: usize, pub src_addr: *mut c_void, pub dest_addr: *mut c_void, pub handle: fid_t, pub tx_attr: *mut fi_tx_attr, pub rx_attr: *mut fi_rx_attr, pub ep_attr: *mut fi_ep_attr, pub domain_attr: *mut fi_domain_attr, pub fabric_attr: *mut fi_fabric_attr, }

Fields

Trait Implementations

impl Debug for fi_info
[src]

Formats the value using the given formatter.

impl Copy for fi_info
[src]

impl Clone for fi_info
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for fi_info
[src]

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