#[repr(transparent)]pub struct ibv_qp_attr_mask(pub c_uint);
Tuple Fields§
§0: c_uint
Implementations§
Source§impl ibv_qp_attr_mask
impl ibv_qp_attr_mask
pub const IBV_QP_STATE: ibv_qp_attr_mask
Source§impl ibv_qp_attr_mask
impl ibv_qp_attr_mask
pub const IBV_QP_CUR_STATE: ibv_qp_attr_mask
Source§impl ibv_qp_attr_mask
impl ibv_qp_attr_mask
pub const IBV_QP_ACCESS_FLAGS: ibv_qp_attr_mask
Source§impl ibv_qp_attr_mask
impl ibv_qp_attr_mask
pub const IBV_QP_PKEY_INDEX: ibv_qp_attr_mask
Source§impl ibv_qp_attr_mask
impl ibv_qp_attr_mask
pub const IBV_QP_PORT: ibv_qp_attr_mask
Source§impl ibv_qp_attr_mask
impl ibv_qp_attr_mask
pub const IBV_QP_QKEY: ibv_qp_attr_mask
Source§impl ibv_qp_attr_mask
impl ibv_qp_attr_mask
pub const IBV_QP_AV: ibv_qp_attr_mask
Source§impl ibv_qp_attr_mask
impl ibv_qp_attr_mask
pub const IBV_QP_PATH_MTU: ibv_qp_attr_mask
Source§impl ibv_qp_attr_mask
impl ibv_qp_attr_mask
pub const IBV_QP_TIMEOUT: ibv_qp_attr_mask
Source§impl ibv_qp_attr_mask
impl ibv_qp_attr_mask
pub const IBV_QP_RETRY_CNT: ibv_qp_attr_mask
Source§impl ibv_qp_attr_mask
impl ibv_qp_attr_mask
pub const IBV_QP_RNR_RETRY: ibv_qp_attr_mask
Source§impl ibv_qp_attr_mask
impl ibv_qp_attr_mask
pub const IBV_QP_RQ_PSN: ibv_qp_attr_mask
Source§impl ibv_qp_attr_mask
impl ibv_qp_attr_mask
pub const IBV_QP_MAX_QP_RD_ATOMIC: ibv_qp_attr_mask
Source§impl ibv_qp_attr_mask
impl ibv_qp_attr_mask
pub const IBV_QP_ALT_PATH: ibv_qp_attr_mask
Source§impl ibv_qp_attr_mask
impl ibv_qp_attr_mask
pub const IBV_QP_MIN_RNR_TIMER: ibv_qp_attr_mask
Source§impl ibv_qp_attr_mask
impl ibv_qp_attr_mask
pub const IBV_QP_SQ_PSN: ibv_qp_attr_mask
Source§impl ibv_qp_attr_mask
impl ibv_qp_attr_mask
pub const IBV_QP_PATH_MIG_STATE: ibv_qp_attr_mask
Source§impl ibv_qp_attr_mask
impl ibv_qp_attr_mask
pub const IBV_QP_CAP: ibv_qp_attr_mask
Source§impl ibv_qp_attr_mask
impl ibv_qp_attr_mask
pub const IBV_QP_DEST_QPN: ibv_qp_attr_mask
Source§impl ibv_qp_attr_mask
impl ibv_qp_attr_mask
pub const IBV_QP_RATE_LIMIT: ibv_qp_attr_mask
Trait Implementations§
Source§impl BitAnd for ibv_qp_attr_mask
impl BitAnd for ibv_qp_attr_mask
Source§impl BitAndAssign for ibv_qp_attr_mask
impl BitAndAssign for ibv_qp_attr_mask
Source§fn bitand_assign(&mut self, rhs: ibv_qp_attr_mask)
fn bitand_assign(&mut self, rhs: ibv_qp_attr_mask)
Performs the
&=
operation. Read moreSource§impl BitOr for ibv_qp_attr_mask
impl BitOr for ibv_qp_attr_mask
Source§impl BitOrAssign for ibv_qp_attr_mask
impl BitOrAssign for ibv_qp_attr_mask
Source§fn bitor_assign(&mut self, rhs: ibv_qp_attr_mask)
fn bitor_assign(&mut self, rhs: ibv_qp_attr_mask)
Performs the
|=
operation. Read moreSource§impl Clone for ibv_qp_attr_mask
impl Clone for ibv_qp_attr_mask
Source§fn clone(&self) -> ibv_qp_attr_mask
fn clone(&self) -> ibv_qp_attr_mask
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_attr_mask
impl Debug for ibv_qp_attr_mask
Source§impl Hash for ibv_qp_attr_mask
impl Hash for ibv_qp_attr_mask
Source§impl PartialEq for ibv_qp_attr_mask
impl PartialEq for ibv_qp_attr_mask
impl Copy for ibv_qp_attr_mask
impl Eq for ibv_qp_attr_mask
impl StructuralPartialEq for ibv_qp_attr_mask
Auto Trait Implementations§
impl Freeze for ibv_qp_attr_mask
impl RefUnwindSafe for ibv_qp_attr_mask
impl Send for ibv_qp_attr_mask
impl Sync for ibv_qp_attr_mask
impl Unpin for ibv_qp_attr_mask
impl UnwindSafe for ibv_qp_attr_mask
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