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