Struct libfabric_sys::fi_ops_cntr [] [src]

#[repr(C)]
pub struct fi_ops_cntr { pub size: usize, pub read: Option<unsafe extern fn(_: *mut fid_cntr) -> u64>, pub readerr: Option<unsafe extern fn(_: *mut fid_cntr) -> u64>, pub add: Option<unsafe extern fn(_: *mut fid_cntr, _: u64) -> c_int>, pub set: Option<unsafe extern fn(_: *mut fid_cntr, _: u64) -> c_int>, pub wait: Option<unsafe extern fn(_: *mut fid_cntr, _: u64, _: c_int) -> c_int>, pub adderr: Option<unsafe extern fn(_: *mut fid_cntr, _: u64) -> c_int>, pub seterr: Option<unsafe extern fn(_: *mut fid_cntr, _: u64) -> c_int>, }

Fields

Trait Implementations

impl Debug for fi_ops_cntr
[src]

Formats the value using the given formatter.

impl Copy for fi_ops_cntr
[src]

impl Clone for fi_ops_cntr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for fi_ops_cntr
[src]

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