Struct libfabric_sys::fi_ops_eq [] [src]

#[repr(C)]
pub struct fi_ops_eq { pub size: usize, pub read: Option<unsafe extern fn(_: *mut fid_eq, _: *mut u32, _: *mut c_void, _: usize, _: u64) -> isize>, pub readerr: Option<unsafe extern fn(_: *mut fid_eq, _: *mut fi_eq_err_entry, _: u64) -> isize>, pub write: Option<unsafe extern fn(_: *mut fid_eq, _: u32, _: *const c_void, _: usize, _: u64) -> isize>, pub sread: Option<unsafe extern fn(_: *mut fid_eq, _: *mut u32, _: *mut c_void, _: usize, _: c_int, _: u64) -> isize>, pub strerror: Option<unsafe extern fn(_: *mut fid_eq, _: c_int, _: *const c_void, _: *mut c_char, _: usize) -> *const c_char>, }

Fields

Trait Implementations

impl Debug for fi_ops_eq
[src]

Formats the value using the given formatter.

impl Copy for fi_ops_eq
[src]

impl Clone for fi_ops_eq
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for fi_ops_eq
[src]

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