Struct libfabric_sys::fid_pep [] [src]

#[repr(C)]
pub struct fid_pep { pub fid: fid, pub ops: *mut fi_ops_ep, pub cm: *mut fi_ops_cm, }

Fields

Trait Implementations

impl Debug for fid_pep
[src]

Formats the value using the given formatter.

impl Copy for fid_pep
[src]

impl Clone for fid_pep
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for fid_pep
[src]

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