Struct rdma_sys::ibv_wc_flags
source · [−]#[repr(transparent)]pub struct ibv_wc_flags(pub c_uint);Tuple Fields
0: c_uintImplementations
sourceimpl ibv_wc_flags
impl ibv_wc_flags
pub const IBV_WC_GRH: ibv_wc_flags = ibv_wc_flags(1)
sourceimpl ibv_wc_flags
impl ibv_wc_flags
pub const IBV_WC_WITH_IMM: ibv_wc_flags = ibv_wc_flags(2)
sourceimpl ibv_wc_flags
impl ibv_wc_flags
pub const IBV_WC_IP_CSUM_OK: ibv_wc_flags = ibv_wc_flags(4)
sourceimpl ibv_wc_flags
impl ibv_wc_flags
pub const IBV_WC_WITH_INV: ibv_wc_flags = ibv_wc_flags(8)
sourceimpl ibv_wc_flags
impl ibv_wc_flags
pub const IBV_WC_TM_SYNC_REQ: ibv_wc_flags = ibv_wc_flags(16)
sourceimpl ibv_wc_flags
impl ibv_wc_flags
pub const IBV_WC_TM_MATCH: ibv_wc_flags = ibv_wc_flags(32)
sourceimpl ibv_wc_flags
impl ibv_wc_flags
pub const IBV_WC_TM_DATA_VALID: ibv_wc_flags = ibv_wc_flags(64)
Trait Implementations
sourceimpl BitAnd<ibv_wc_flags> for ibv_wc_flags
impl BitAnd<ibv_wc_flags> for ibv_wc_flags
type Output = ibv_wc_flags
type Output = ibv_wc_flags
The resulting type after applying the & operator.
sourceimpl BitAndAssign<ibv_wc_flags> for ibv_wc_flags
impl BitAndAssign<ibv_wc_flags> for ibv_wc_flags
sourcefn bitand_assign(&mut self, rhs: ibv_wc_flags)
fn bitand_assign(&mut self, rhs: ibv_wc_flags)
Performs the &= operation. Read more
sourceimpl BitOr<ibv_wc_flags> for ibv_wc_flags
impl BitOr<ibv_wc_flags> for ibv_wc_flags
type Output = ibv_wc_flags
type Output = ibv_wc_flags
The resulting type after applying the | operator.
sourceimpl BitOrAssign<ibv_wc_flags> for ibv_wc_flags
impl BitOrAssign<ibv_wc_flags> for ibv_wc_flags
sourcefn bitor_assign(&mut self, rhs: ibv_wc_flags)
fn bitor_assign(&mut self, rhs: ibv_wc_flags)
Performs the |= operation. Read more
sourceimpl Clone for ibv_wc_flags
impl Clone for ibv_wc_flags
sourcefn clone(&self) -> ibv_wc_flags
fn clone(&self) -> ibv_wc_flags
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for ibv_wc_flags
impl Debug for ibv_wc_flags
sourceimpl Hash for ibv_wc_flags
impl Hash for ibv_wc_flags
sourceimpl PartialEq<ibv_wc_flags> for ibv_wc_flags
impl PartialEq<ibv_wc_flags> for ibv_wc_flags
sourcefn eq(&self, other: &ibv_wc_flags) -> bool
fn eq(&self, other: &ibv_wc_flags) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &ibv_wc_flags) -> bool
fn ne(&self, other: &ibv_wc_flags) -> bool
This method tests for !=.
impl Copy for ibv_wc_flags
impl Eq for ibv_wc_flags
impl StructuralEq for ibv_wc_flags
impl StructuralPartialEq for ibv_wc_flags
Auto Trait Implementations
impl RefUnwindSafe for ibv_wc_flags
impl Send for ibv_wc_flags
impl Sync for ibv_wc_flags
impl Unpin for ibv_wc_flags
impl UnwindSafe for ibv_wc_flags
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more