Struct ibverbs::ffi::ibv_gid [] [src]

#[repr(C)]
pub struct ibv_gid { pub raw: __BindgenUnionField<[u8; 16]>, pub global: __BindgenUnionField<ibv_gid__bindgen_ty_1>, pub bindgen_union_field: [u64; 2], }

Fields

Trait Implementations

impl Debug for ibv_gid
[src]

Formats the value using the given formatter.

impl Copy for ibv_gid
[src]

impl Clone for ibv_gid
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ibv_gid
[src]

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