Struct libfabric_sys::fid_domain [] [src]

#[repr(C)]
pub struct fid_domain { pub fid: fid, pub ops: *mut fi_ops_domain, pub mr: *mut fi_ops_mr, }

Fields

Trait Implementations

impl Debug for fid_domain
[src]

Formats the value using the given formatter.

impl Copy for fid_domain
[src]

impl Clone for fid_domain
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for fid_domain
[src]

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