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