Struct libfabric_sys::fi_ops_msg [] [src]

#[repr(C)]
pub struct fi_ops_msg { pub size: usize, pub recv: Option<unsafe extern fn(_: *mut fid_ep, _: *mut c_void, _: usize, _: *mut c_void, _: fi_addr_t, _: *mut c_void) -> isize>, pub recvv: Option<unsafe extern fn(_: *mut fid_ep, _: *const iovec, _: *mut *mut c_void, _: usize, _: fi_addr_t, _: *mut c_void) -> isize>, pub recvmsg: Option<unsafe extern fn(_: *mut fid_ep, _: *const fi_msg, _: u64) -> isize>, pub send: Option<unsafe extern fn(_: *mut fid_ep, _: *const c_void, _: usize, _: *mut c_void, _: fi_addr_t, _: *mut c_void) -> isize>, pub sendv: Option<unsafe extern fn(_: *mut fid_ep, _: *const iovec, _: *mut *mut c_void, _: usize, _: fi_addr_t, _: *mut c_void) -> isize>, pub sendmsg: Option<unsafe extern fn(_: *mut fid_ep, _: *const fi_msg, _: u64) -> isize>, pub inject: Option<unsafe extern fn(_: *mut fid_ep, _: *const c_void, _: usize, _: fi_addr_t) -> isize>, pub senddata: Option<unsafe extern fn(_: *mut fid_ep, _: *const c_void, _: usize, _: *mut c_void, _: u64, _: fi_addr_t, _: *mut c_void) -> isize>, pub injectdata: Option<unsafe extern fn(_: *mut fid_ep, _: *const c_void, _: usize, _: u64, _: fi_addr_t) -> isize>, }

Fields

Trait Implementations

impl Debug for fi_ops_msg
[src]

Formats the value using the given formatter.

impl Copy for fi_ops_msg
[src]

impl Clone for fi_ops_msg
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for fi_ops_msg
[src]

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