Struct ibverbs::ffi::ibv_async_event__bindgen_ty_1 [] [src]

#[repr(C)]
pub struct ibv_async_event__bindgen_ty_1 { pub cq: __BindgenUnionField<*mut ibv_cq>, pub qp: __BindgenUnionField<*mut ibv_qp>, pub srq: __BindgenUnionField<*mut ibv_srq>, pub wq: __BindgenUnionField<*mut ibv_wq>, pub port_num: __BindgenUnionField<c_int>, pub bindgen_union_field: u64, }

Fields

Trait Implementations

impl Debug for ibv_async_event__bindgen_ty_1
[src]

Formats the value using the given formatter.

impl Copy for ibv_async_event__bindgen_ty_1
[src]

impl Clone for ibv_async_event__bindgen_ty_1
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more