Struct libfabric_sys::fi_cq_err_entry [] [src]

#[repr(C)]
pub struct fi_cq_err_entry { pub op_context: *mut c_void, pub flags: u64, pub len: usize, pub buf: *mut c_void, pub data: u64, pub tag: u64, pub olen: usize, pub err: c_int, pub prov_errno: c_int, pub err_data: *mut c_void, pub err_data_size: usize, }

Fields

Trait Implementations

impl Debug for fi_cq_err_entry
[src]

Formats the value using the given formatter.

impl Copy for fi_cq_err_entry
[src]

impl Clone for fi_cq_err_entry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for fi_cq_err_entry
[src]

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