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