Struct libfabric_sys::fi_op_tagged [] [src]

#[repr(C)]
pub struct fi_op_tagged { pub ep: *mut fid_ep, pub msg: fi_msg_tagged, pub flags: u64, }

Fields

Trait Implementations

impl Debug for fi_op_tagged
[src]

Formats the value using the given formatter.

impl Copy for fi_op_tagged
[src]

impl Clone for fi_op_tagged
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for fi_op_tagged
[src]

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