#[repr(C)]pub struct ibv_qp_init_attr_ex {Show 16 fields
pub qp_context: *mut c_void,
pub send_cq: *mut ibv_cq,
pub recv_cq: *mut ibv_cq,
pub srq: *mut ibv_srq,
pub cap: ibv_qp_cap,
pub qp_type: Type,
pub sq_sig_all: c_int,
pub comp_mask: u32,
pub pd: *mut ibv_pd,
pub xrcd: *mut ibv_xrcd,
pub create_flags: u32,
pub max_tso_header: u16,
pub rwq_ind_tbl: *mut ibv_rwq_ind_table,
pub rx_hash_conf: ibv_rx_hash_conf,
pub source_qpn: u32,
pub send_ops_flags: u64,
}
Fields§
§qp_context: *mut c_void
§send_cq: *mut ibv_cq
§recv_cq: *mut ibv_cq
§srq: *mut ibv_srq
§cap: ibv_qp_cap
§qp_type: Type
§sq_sig_all: c_int
§comp_mask: u32
§pd: *mut ibv_pd
§xrcd: *mut ibv_xrcd
§create_flags: u32
§max_tso_header: u16
§rwq_ind_tbl: *mut ibv_rwq_ind_table
§rx_hash_conf: ibv_rx_hash_conf
§source_qpn: u32
§send_ops_flags: u64
Trait Implementations§
Source§impl Clone for ibv_qp_init_attr_ex
impl Clone for ibv_qp_init_attr_ex
Source§fn clone(&self) -> ibv_qp_init_attr_ex
fn clone(&self) -> ibv_qp_init_attr_ex
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ibv_qp_init_attr_ex
impl Debug for ibv_qp_init_attr_ex
Source§impl Default for ibv_qp_init_attr_ex
impl Default for ibv_qp_init_attr_ex
impl Copy for ibv_qp_init_attr_ex
Auto Trait Implementations§
impl Freeze for ibv_qp_init_attr_ex
impl RefUnwindSafe for ibv_qp_init_attr_ex
impl !Send for ibv_qp_init_attr_ex
impl !Sync for ibv_qp_init_attr_ex
impl Unpin for ibv_qp_init_attr_ex
impl UnwindSafe for ibv_qp_init_attr_ex
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more