Struct libfabric_sys::fi_eq_attr [] [src]

#[repr(C)]
pub struct fi_eq_attr { pub size: usize, pub flags: u64, pub wait_obj: fi_wait_obj, pub signaling_vector: c_int, pub wait_set: *mut fid_wait, }

Fields

Trait Implementations

impl Debug for fi_eq_attr
[src]

Formats the value using the given formatter.

impl Copy for fi_eq_attr
[src]

impl Clone for fi_eq_attr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for fi_eq_attr
[src]

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