Struct ibverbs::ffi::ibv_cq [] [src]

#[repr(C)]
pub struct ibv_cq { pub context: *mut ibv_context, pub channel: *mut ibv_comp_channel, pub cq_context: *mut c_void, pub handle: u32, pub cqe: c_int, pub mutex: pthread_mutex_t, pub cond: pthread_cond_t, pub comp_events_completed: u32, pub async_events_completed: u32, }

Fields

Trait Implementations

impl Debug for ibv_cq
[src]

Formats the value using the given formatter.

impl Copy for ibv_cq
[src]

impl Clone for ibv_cq
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more