Struct rdma_sys::ib_uverbs_access_flags
source · [−]#[repr(transparent)]pub struct ib_uverbs_access_flags(pub c_uint);Tuple Fields
0: c_uintImplementations
sourceimpl ib_uverbs_access_flags
impl ib_uverbs_access_flags
pub const IB_UVERBS_ACCESS_LOCAL_WRITE: ib_uverbs_access_flags = ib_uverbs_access_flags(1)
sourceimpl ib_uverbs_access_flags
impl ib_uverbs_access_flags
pub const IB_UVERBS_ACCESS_REMOTE_WRITE: ib_uverbs_access_flags = ib_uverbs_access_flags(2)
sourceimpl ib_uverbs_access_flags
impl ib_uverbs_access_flags
pub const IB_UVERBS_ACCESS_REMOTE_READ: ib_uverbs_access_flags = ib_uverbs_access_flags(4)
sourceimpl ib_uverbs_access_flags
impl ib_uverbs_access_flags
pub const IB_UVERBS_ACCESS_REMOTE_ATOMIC: ib_uverbs_access_flags = ib_uverbs_access_flags(8)
sourceimpl ib_uverbs_access_flags
impl ib_uverbs_access_flags
pub const IB_UVERBS_ACCESS_MW_BIND: ib_uverbs_access_flags = ib_uverbs_access_flags(16)
sourceimpl ib_uverbs_access_flags
impl ib_uverbs_access_flags
pub const IB_UVERBS_ACCESS_ZERO_BASED: ib_uverbs_access_flags = ib_uverbs_access_flags(32)
sourceimpl ib_uverbs_access_flags
impl ib_uverbs_access_flags
pub const IB_UVERBS_ACCESS_ON_DEMAND: ib_uverbs_access_flags = ib_uverbs_access_flags(64)
sourceimpl ib_uverbs_access_flags
impl ib_uverbs_access_flags
pub const IB_UVERBS_ACCESS_HUGETLB: ib_uverbs_access_flags = ib_uverbs_access_flags(128)
sourceimpl ib_uverbs_access_flags
impl ib_uverbs_access_flags
pub const IB_UVERBS_ACCESS_RELAXED_ORDERING: ib_uverbs_access_flags = ib_uverbs_access_flags(1048576)
sourceimpl ib_uverbs_access_flags
impl ib_uverbs_access_flags
pub const IB_UVERBS_ACCESS_OPTIONAL_RANGE: ib_uverbs_access_flags = ib_uverbs_access_flags(1072693248)
Trait Implementations
sourceimpl BitAnd<ib_uverbs_access_flags> for ib_uverbs_access_flags
impl BitAnd<ib_uverbs_access_flags> for ib_uverbs_access_flags
type Output = ib_uverbs_access_flags
type Output = ib_uverbs_access_flags
The resulting type after applying the & operator.
sourceimpl BitAndAssign<ib_uverbs_access_flags> for ib_uverbs_access_flags
impl BitAndAssign<ib_uverbs_access_flags> for ib_uverbs_access_flags
sourcefn bitand_assign(&mut self, rhs: ib_uverbs_access_flags)
fn bitand_assign(&mut self, rhs: ib_uverbs_access_flags)
Performs the &= operation. Read more
sourceimpl BitOr<ib_uverbs_access_flags> for ib_uverbs_access_flags
impl BitOr<ib_uverbs_access_flags> for ib_uverbs_access_flags
type Output = ib_uverbs_access_flags
type Output = ib_uverbs_access_flags
The resulting type after applying the | operator.
sourceimpl BitOrAssign<ib_uverbs_access_flags> for ib_uverbs_access_flags
impl BitOrAssign<ib_uverbs_access_flags> for ib_uverbs_access_flags
sourcefn bitor_assign(&mut self, rhs: ib_uverbs_access_flags)
fn bitor_assign(&mut self, rhs: ib_uverbs_access_flags)
Performs the |= operation. Read more
sourceimpl Clone for ib_uverbs_access_flags
impl Clone for ib_uverbs_access_flags
sourcefn clone(&self) -> ib_uverbs_access_flags
fn clone(&self) -> ib_uverbs_access_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 ib_uverbs_access_flags
impl Debug for ib_uverbs_access_flags
sourceimpl Hash for ib_uverbs_access_flags
impl Hash for ib_uverbs_access_flags
sourceimpl PartialEq<ib_uverbs_access_flags> for ib_uverbs_access_flags
impl PartialEq<ib_uverbs_access_flags> for ib_uverbs_access_flags
sourcefn eq(&self, other: &ib_uverbs_access_flags) -> bool
fn eq(&self, other: &ib_uverbs_access_flags) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &ib_uverbs_access_flags) -> bool
fn ne(&self, other: &ib_uverbs_access_flags) -> bool
This method tests for !=.
impl Copy for ib_uverbs_access_flags
impl Eq for ib_uverbs_access_flags
impl StructuralEq for ib_uverbs_access_flags
impl StructuralPartialEq for ib_uverbs_access_flags
Auto Trait Implementations
impl RefUnwindSafe for ib_uverbs_access_flags
impl Send for ib_uverbs_access_flags
impl Sync for ib_uverbs_access_flags
impl Unpin for ib_uverbs_access_flags
impl UnwindSafe for ib_uverbs_access_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