#[repr(transparent)]pub struct ibv_access_flags(pub c_uint);
Tuple Fields§
§0: c_uint
Implementations§
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_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_FLUSH_GLOBAL: 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 duplicate 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
impl Copy for ibv_access_flags
impl Eq for ibv_access_flags
impl StructuralPartialEq for ibv_access_flags
Auto Trait Implementations§
impl Freeze for ibv_access_flags
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