Struct libfabric_sys::fi_ops_poll [] [src]

#[repr(C)]
pub struct fi_ops_poll { pub size: usize, pub poll: Option<unsafe extern fn(_: *mut fid_poll, _: *mut *mut c_void, _: c_int) -> c_int>, pub poll_add: Option<unsafe extern fn(_: *mut fid_poll, _: *mut fid, _: u64) -> c_int>, pub poll_del: Option<unsafe extern fn(_: *mut fid_poll, _: *mut fid, _: u64) -> c_int>, }

Fields

Trait Implementations

impl Debug for fi_ops_poll
[src]

Formats the value using the given formatter.

impl Copy for fi_ops_poll
[src]

impl Clone for fi_ops_poll
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for fi_ops_poll
[src]

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