Struct ibverbs_sys::ibv_access_flags
source · #[repr(transparent)]pub struct ibv_access_flags(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
source§impl ibv_access_flags
impl ibv_access_flags
pub const IBV_ACCESS_LOCAL_WRITE: ibv_access_flags = _
source§impl ibv_access_flags
impl ibv_access_flags
pub const IBV_ACCESS_REMOTE_WRITE: ibv_access_flags = _
source§impl ibv_access_flags
impl ibv_access_flags
pub const IBV_ACCESS_REMOTE_READ: ibv_access_flags = _
source§impl ibv_access_flags
impl ibv_access_flags
pub const IBV_ACCESS_REMOTE_ATOMIC: ibv_access_flags = _
source§impl ibv_access_flags
impl ibv_access_flags
pub const IBV_ACCESS_MW_BIND: ibv_access_flags = _
source§impl ibv_access_flags
impl ibv_access_flags
pub const IBV_ACCESS_ZERO_BASED: ibv_access_flags = _
source§impl ibv_access_flags
impl ibv_access_flags
pub const IBV_ACCESS_ON_DEMAND: ibv_access_flags = _
source§impl ibv_access_flags
impl ibv_access_flags
pub const IBV_ACCESS_HUGETLB: ibv_access_flags = _
source§impl ibv_access_flags
impl ibv_access_flags
pub const IBV_ACCESS_RELAXED_ORDERING: ibv_access_flags = _
Trait Implementations§
source§impl BitAnd for ibv_access_flags
impl BitAnd for ibv_access_flags
source§impl BitAndAssign for ibv_access_flags
impl BitAndAssign for ibv_access_flags
source§fn bitand_assign(&mut self, rhs: ibv_access_flags)
fn bitand_assign(&mut self, rhs: ibv_access_flags)
Performs the
&= operation. Read moresource§impl BitOr for ibv_access_flags
impl BitOr for ibv_access_flags
source§impl BitOrAssign for ibv_access_flags
impl BitOrAssign for ibv_access_flags
source§fn bitor_assign(&mut self, rhs: ibv_access_flags)
fn bitor_assign(&mut self, rhs: ibv_access_flags)
Performs the
|= operation. Read moresource§impl Clone for ibv_access_flags
impl Clone for ibv_access_flags
source§fn clone(&self) -> ibv_access_flags
fn clone(&self) -> ibv_access_flags
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ibv_access_flags
impl Debug for ibv_access_flags
source§impl Hash for ibv_access_flags
impl Hash for ibv_access_flags
source§impl PartialEq for ibv_access_flags
impl PartialEq for ibv_access_flags
source§fn 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 ==.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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more