Struct libfabric_sys::fi_ops [] [src]

#[repr(C)]
pub struct fi_ops { pub size: usize, pub close: Option<unsafe extern fn(_: *mut fid) -> c_int>, pub bind: Option<unsafe extern fn(_: *mut fid, _: *mut fid, _: u64) -> c_int>, pub control: Option<unsafe extern fn(_: *mut fid, _: c_int, _: *mut c_void) -> c_int>, pub ops_open: Option<unsafe extern fn(_: *mut fid, _: *const c_char, _: u64, _: *mut *mut c_void, _: *mut c_void) -> c_int>, }

Fields

Trait Implementations

impl Debug for fi_ops
[src]

Formats the value using the given formatter.

impl Copy for fi_ops
[src]

impl Clone for fi_ops
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for fi_ops
[src]

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