Struct libfabric_sys::fid [] [src]

#[repr(C)]
pub struct fid { pub fclass: usize, pub context: *mut c_void, pub ops: *mut fi_ops, }

Fields

Trait Implementations

impl Debug for fid
[src]

Formats the value using the given formatter.

impl Copy for fid
[src]

impl Clone for fid
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for fid
[src]

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