Struct ibverbs::ffi::ibv_qp [] [src]

#[repr(C)]
pub struct ibv_qp { pub context: *mut ibv_context, pub qp_context: *mut c_void, pub pd: *mut ibv_pd, pub send_cq: *mut ibv_cq, pub recv_cq: *mut ibv_cq, pub srq: *mut ibv_srq, pub handle: u32, pub qp_num: u32, pub state: ibv_qp_state, pub qp_type: ibv_qp_type, pub mutex: pthread_mutex_t, pub cond: pthread_cond_t, pub events_completed: u32, }

Fields

Trait Implementations

impl Debug for ibv_qp
[src]

Formats the value using the given formatter.

impl Copy for ibv_qp
[src]

impl Clone for ibv_qp
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more