Struct ibverbs::ffi::ibv_srq [] [src]

#[repr(C)]
pub struct ibv_srq { pub context: *mut ibv_context, pub srq_context: *mut c_void, pub pd: *mut ibv_pd, pub handle: u32, pub mutex: pthread_mutex_t, pub cond: pthread_cond_t, pub events_completed: u32, }

Fields

Trait Implementations

impl Debug for ibv_srq
[src]

Formats the value using the given formatter.

impl Copy for ibv_srq
[src]

impl Clone for ibv_srq
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more