Struct libfabric_sys::fi_ops_fabric [] [src]

#[repr(C)]
pub struct fi_ops_fabric { pub size: usize, pub domain: Option<unsafe extern fn(_: *mut fid_fabric, _: *mut fi_info, _: *mut *mut fid_domain, _: *mut c_void) -> c_int>, pub passive_ep: Option<unsafe extern fn(_: *mut fid_fabric, _: *mut fi_info, _: *mut *mut fid_pep, _: *mut c_void) -> c_int>, pub eq_open: Option<unsafe extern fn(_: *mut fid_fabric, _: *mut fi_eq_attr, _: *mut *mut fid_eq, _: *mut c_void) -> c_int>, pub wait_open: Option<unsafe extern fn(_: *mut fid_fabric, _: *mut fi_wait_attr, _: *mut *mut fid_wait) -> c_int>, pub trywait: Option<unsafe extern fn(_: *mut fid_fabric, _: *mut *mut fid, _: c_int) -> c_int>, }

Fields

Trait Implementations

impl Debug for fi_ops_fabric
[src]

Formats the value using the given formatter.

impl Copy for fi_ops_fabric
[src]

impl Clone for fi_ops_fabric
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for fi_ops_fabric
[src]

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