Struct rdma_sys::ibv_wq_flags
source · [−]#[repr(transparent)]pub struct ibv_wq_flags(pub c_uint);Tuple Fields
0: c_uintImplementations
sourceimpl ibv_wq_flags
impl ibv_wq_flags
pub const IBV_WQ_FLAGS_CVLAN_STRIPPING: ibv_wq_flags = ibv_wq_flags(1)
sourceimpl ibv_wq_flags
impl ibv_wq_flags
pub const IBV_WQ_FLAGS_SCATTER_FCS: ibv_wq_flags = ibv_wq_flags(2)
sourceimpl ibv_wq_flags
impl ibv_wq_flags
pub const IBV_WQ_FLAGS_DELAY_DROP: ibv_wq_flags = ibv_wq_flags(4)
sourceimpl ibv_wq_flags
impl ibv_wq_flags
pub const IBV_WQ_FLAGS_PCI_WRITE_END_PADDING: ibv_wq_flags = ibv_wq_flags(8)
sourceimpl ibv_wq_flags
impl ibv_wq_flags
pub const IBV_WQ_FLAGS_RESERVED: ibv_wq_flags = ibv_wq_flags(16)
Trait Implementations
sourceimpl BitAnd<ibv_wq_flags> for ibv_wq_flags
impl BitAnd<ibv_wq_flags> for ibv_wq_flags
type Output = ibv_wq_flags
type Output = ibv_wq_flags
The resulting type after applying the & operator.
sourceimpl BitAndAssign<ibv_wq_flags> for ibv_wq_flags
impl BitAndAssign<ibv_wq_flags> for ibv_wq_flags
sourcefn bitand_assign(&mut self, rhs: ibv_wq_flags)
fn bitand_assign(&mut self, rhs: ibv_wq_flags)
Performs the &= operation. Read more
sourceimpl BitOr<ibv_wq_flags> for ibv_wq_flags
impl BitOr<ibv_wq_flags> for ibv_wq_flags
type Output = ibv_wq_flags
type Output = ibv_wq_flags
The resulting type after applying the | operator.
sourceimpl BitOrAssign<ibv_wq_flags> for ibv_wq_flags
impl BitOrAssign<ibv_wq_flags> for ibv_wq_flags
sourcefn bitor_assign(&mut self, rhs: ibv_wq_flags)
fn bitor_assign(&mut self, rhs: ibv_wq_flags)
Performs the |= operation. Read more
sourceimpl Clone for ibv_wq_flags
impl Clone for ibv_wq_flags
sourcefn clone(&self) -> ibv_wq_flags
fn clone(&self) -> ibv_wq_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_wq_flags
impl Debug for ibv_wq_flags
sourceimpl Hash for ibv_wq_flags
impl Hash for ibv_wq_flags
sourceimpl PartialEq<ibv_wq_flags> for ibv_wq_flags
impl PartialEq<ibv_wq_flags> for ibv_wq_flags
sourcefn eq(&self, other: &ibv_wq_flags) -> bool
fn eq(&self, other: &ibv_wq_flags) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &ibv_wq_flags) -> bool
fn ne(&self, other: &ibv_wq_flags) -> bool
This method tests for !=.
impl Copy for ibv_wq_flags
impl Eq for ibv_wq_flags
impl StructuralEq for ibv_wq_flags
impl StructuralPartialEq for ibv_wq_flags
Auto Trait Implementations
impl RefUnwindSafe for ibv_wq_flags
impl Send for ibv_wq_flags
impl Sync for ibv_wq_flags
impl Unpin for ibv_wq_flags
impl UnwindSafe for ibv_wq_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