Struct libfabric_sys::fi_fabric_attr [] [src]

#[repr(C)]
pub struct fi_fabric_attr { pub fabric: *mut fid_fabric, pub name: *mut c_char, pub prov_name: *mut c_char, pub prov_version: u32, pub api_version: u32, }

Fields

Trait Implementations

impl Debug for fi_fabric_attr
[src]

Formats the value using the given formatter.

impl Copy for fi_fabric_attr
[src]

impl Clone for fi_fabric_attr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for fi_fabric_attr
[src]

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