Struct libfabric_sys::fi_ops_wait [] [src]

#[repr(C)]
pub struct fi_ops_wait { pub size: usize, pub wait: Option<unsafe extern fn(_: *mut fid_wait, _: c_int) -> c_int>, }

Fields

Trait Implementations

impl Debug for fi_ops_wait
[src]

Formats the value using the given formatter.

impl Copy for fi_ops_wait
[src]

impl Clone for fi_ops_wait
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for fi_ops_wait
[src]

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