Struct libfabric_sys::fi_ops_cm [] [src]

#[repr(C)]
pub struct fi_ops_cm { pub size: usize, pub setname: Option<unsafe extern fn(_: fid_t, _: *mut c_void, _: usize) -> c_int>, pub getname: Option<unsafe extern fn(_: fid_t, _: *mut c_void, _: *mut usize) -> c_int>, pub getpeer: Option<unsafe extern fn(_: *mut fid_ep, _: *mut c_void, _: *mut usize) -> c_int>, pub connect: Option<unsafe extern fn(_: *mut fid_ep, _: *const c_void, _: *const c_void, _: usize) -> c_int>, pub listen: Option<unsafe extern fn(_: *mut fid_pep) -> c_int>, pub accept: Option<unsafe extern fn(_: *mut fid_ep, _: *const c_void, _: usize) -> c_int>, pub reject: Option<unsafe extern fn(_: *mut fid_pep, _: fid_t, _: *const c_void, _: usize) -> c_int>, pub shutdown: Option<unsafe extern fn(_: *mut fid_ep, _: u64) -> c_int>, pub join: Option<unsafe extern fn(_: *mut fid_ep, _: *const c_void, _: u64, _: *mut *mut fid_mc, _: *mut c_void) -> c_int>, }

Fields

Trait Implementations

impl Debug for fi_ops_cm
[src]

Formats the value using the given formatter.

impl Copy for fi_ops_cm
[src]

impl Clone for fi_ops_cm
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for fi_ops_cm
[src]

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