Struct libfabric_sys::fi_ops_mr [] [src]

#[repr(C)]
pub struct fi_ops_mr { pub size: usize, pub reg: Option<unsafe extern fn(_: *mut fid, _: *const c_void, _: usize, _: u64, _: u64, _: u64, _: u64, _: *mut *mut fid_mr, _: *mut c_void) -> c_int>, pub regv: Option<unsafe extern fn(_: *mut fid, _: *const iovec, _: usize, _: u64, _: u64, _: u64, _: u64, _: *mut *mut fid_mr, _: *mut c_void) -> c_int>, pub regattr: Option<unsafe extern fn(_: *mut fid, _: *const fi_mr_attr, _: u64, _: *mut *mut fid_mr) -> c_int>, }

Fields

Trait Implementations

impl Debug for fi_ops_mr
[src]

Formats the value using the given formatter.

impl Copy for fi_ops_mr
[src]

impl Clone for fi_ops_mr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for fi_ops_mr
[src]

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