Struct libfabric_sys::fi_ops_ep [] [src]

#[repr(C)]
pub struct fi_ops_ep { pub size: usize, pub cancel: Option<unsafe extern fn(_: fid_t, _: *mut c_void) -> isize>, pub getopt: Option<unsafe extern fn(_: fid_t, _: c_int, _: c_int, _: *mut c_void, _: *mut usize) -> c_int>, pub setopt: Option<unsafe extern fn(_: fid_t, _: c_int, _: c_int, _: *const c_void, _: usize) -> c_int>, pub tx_ctx: Option<unsafe extern fn(_: *mut fid_ep, _: c_int, _: *mut fi_tx_attr, _: *mut *mut fid_ep, _: *mut c_void) -> c_int>, pub rx_ctx: Option<unsafe extern fn(_: *mut fid_ep, _: c_int, _: *mut fi_rx_attr, _: *mut *mut fid_ep, _: *mut c_void) -> c_int>, pub rx_size_left: Option<unsafe extern fn(_: *mut fid_ep) -> isize>, pub tx_size_left: Option<unsafe extern fn(_: *mut fid_ep) -> isize>, }

Fields

Trait Implementations

impl Debug for fi_ops_ep
[src]

Formats the value using the given formatter.

impl Copy for fi_ops_ep
[src]

impl Clone for fi_ops_ep
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for fi_ops_ep
[src]

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