Struct libfabric_sys::fid_ep [] [src]

#[repr(C)]
pub struct fid_ep { pub fid: fid, pub ops: *mut fi_ops_ep, pub cm: *mut fi_ops_cm, pub msg: *mut fi_ops_msg, pub rma: *mut fi_ops_rma, pub tagged: *mut fi_ops_tagged, pub atomic: *mut fi_ops_atomic, }

Fields

Trait Implementations

impl Debug for fid_ep
[src]

Formats the value using the given formatter.

impl Copy for fid_ep
[src]

impl Clone for fid_ep
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for fid_ep
[src]

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