Struct libfabric_sys::fi_ops_cq [] [src]

#[repr(C)]
pub struct fi_ops_cq { pub size: usize, pub read: Option<unsafe extern fn(_: *mut fid_cq, _: *mut c_void, _: usize) -> isize>, pub readfrom: Option<unsafe extern fn(_: *mut fid_cq, _: *mut c_void, _: usize, _: *mut fi_addr_t) -> isize>, pub readerr: Option<unsafe extern fn(_: *mut fid_cq, _: *mut fi_cq_err_entry, _: u64) -> isize>, pub sread: Option<unsafe extern fn(_: *mut fid_cq, _: *mut c_void, _: usize, _: *const c_void, _: c_int) -> isize>, pub sreadfrom: Option<unsafe extern fn(_: *mut fid_cq, _: *mut c_void, _: usize, _: *mut fi_addr_t, _: *const c_void, _: c_int) -> isize>, pub signal: Option<unsafe extern fn(_: *mut fid_cq) -> c_int>, pub strerror: Option<unsafe extern fn(_: *mut fid_cq, _: c_int, _: *const c_void, _: *mut c_char, _: usize) -> *const c_char>, }

Fields

Trait Implementations

impl Debug for fi_ops_cq
[src]

Formats the value using the given formatter.

impl Copy for fi_ops_cq
[src]

impl Clone for fi_ops_cq
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for fi_ops_cq
[src]

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