#[repr(transparent)]pub struct ibv_wc_flags(pub c_uint);
Tuple Fields§
§0: c_uint
Implementations§
Source§impl ibv_wc_flags
impl ibv_wc_flags
pub const IBV_WC_GRH: ibv_wc_flags
Source§impl ibv_wc_flags
impl ibv_wc_flags
pub const IBV_WC_WITH_IMM: ibv_wc_flags
Source§impl ibv_wc_flags
impl ibv_wc_flags
pub const IBV_WC_IP_CSUM_OK: ibv_wc_flags
Source§impl ibv_wc_flags
impl ibv_wc_flags
pub const IBV_WC_WITH_INV: ibv_wc_flags
Source§impl ibv_wc_flags
impl ibv_wc_flags
pub const IBV_WC_TM_SYNC_REQ: ibv_wc_flags
Source§impl ibv_wc_flags
impl ibv_wc_flags
pub const IBV_WC_TM_MATCH: ibv_wc_flags
Source§impl ibv_wc_flags
impl ibv_wc_flags
pub const IBV_WC_TM_DATA_VALID: ibv_wc_flags
Trait Implementations§
Source§impl BitAnd for ibv_wc_flags
impl BitAnd for ibv_wc_flags
Source§impl BitAndAssign for ibv_wc_flags
impl BitAndAssign for ibv_wc_flags
Source§fn bitand_assign(&mut self, rhs: ibv_wc_flags)
fn bitand_assign(&mut self, rhs: ibv_wc_flags)
Performs the
&=
operation. Read moreSource§impl BitOr for ibv_wc_flags
impl BitOr for ibv_wc_flags
Source§impl BitOrAssign for ibv_wc_flags
impl BitOrAssign for ibv_wc_flags
Source§fn bitor_assign(&mut self, rhs: ibv_wc_flags)
fn bitor_assign(&mut self, rhs: ibv_wc_flags)
Performs the
|=
operation. Read moreSource§impl Clone for ibv_wc_flags
impl Clone for ibv_wc_flags
Source§fn clone(&self) -> ibv_wc_flags
fn clone(&self) -> ibv_wc_flags
Returns a duplicate 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_wc_flags
impl Debug for ibv_wc_flags
Source§impl Hash for ibv_wc_flags
impl Hash for ibv_wc_flags
Source§impl PartialEq for ibv_wc_flags
impl PartialEq for ibv_wc_flags
impl Copy for ibv_wc_flags
impl Eq for ibv_wc_flags
impl StructuralPartialEq for ibv_wc_flags
Auto Trait Implementations§
impl Freeze for ibv_wc_flags
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§
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