pub struct MemoryUnmapFlagBits(/* private fields */);Expand description
Implementations§
Source§impl MemoryUnmapFlagBits
impl MemoryUnmapFlagBits
Sourcepub const RESERVE: MemoryUnmapFlagBits
pub const RESERVE: MemoryUnmapFlagBits
Bit 0.
pub const fn empty() -> MemoryUnmapFlagBits
pub const fn from_raw(value: u32) -> MemoryUnmapFlagBits
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn contains(self, other: MemoryUnmapFlagBits) -> bool
pub const fn all() -> MemoryUnmapFlagBits
Trait Implementations§
Source§impl BitAnd for MemoryUnmapFlagBits
impl BitAnd for MemoryUnmapFlagBits
Source§type Output = MemoryUnmapFlagBits
type Output = MemoryUnmapFlagBits
The resulting type after applying the
& operator.Source§fn bitand(self, rhs: MemoryUnmapFlagBits) -> MemoryUnmapFlagBits
fn bitand(self, rhs: MemoryUnmapFlagBits) -> MemoryUnmapFlagBits
Performs the
& operation. Read moreSource§impl BitAndAssign for MemoryUnmapFlagBits
impl BitAndAssign for MemoryUnmapFlagBits
Source§fn bitand_assign(&mut self, rhs: MemoryUnmapFlagBits)
fn bitand_assign(&mut self, rhs: MemoryUnmapFlagBits)
Performs the
&= operation. Read moreSource§impl BitOr for MemoryUnmapFlagBits
impl BitOr for MemoryUnmapFlagBits
Source§type Output = MemoryUnmapFlagBits
type Output = MemoryUnmapFlagBits
The resulting type after applying the
| operator.Source§fn bitor(self, rhs: MemoryUnmapFlagBits) -> MemoryUnmapFlagBits
fn bitor(self, rhs: MemoryUnmapFlagBits) -> MemoryUnmapFlagBits
Performs the
| operation. Read moreSource§impl BitOrAssign for MemoryUnmapFlagBits
impl BitOrAssign for MemoryUnmapFlagBits
Source§fn bitor_assign(&mut self, rhs: MemoryUnmapFlagBits)
fn bitor_assign(&mut self, rhs: MemoryUnmapFlagBits)
Performs the
|= operation. Read moreSource§impl BitXor for MemoryUnmapFlagBits
impl BitXor for MemoryUnmapFlagBits
Source§type Output = MemoryUnmapFlagBits
type Output = MemoryUnmapFlagBits
The resulting type after applying the
^ operator.Source§fn bitxor(self, rhs: MemoryUnmapFlagBits) -> MemoryUnmapFlagBits
fn bitxor(self, rhs: MemoryUnmapFlagBits) -> MemoryUnmapFlagBits
Performs the
^ operation. Read moreSource§impl BitXorAssign for MemoryUnmapFlagBits
impl BitXorAssign for MemoryUnmapFlagBits
Source§fn bitxor_assign(&mut self, rhs: MemoryUnmapFlagBits)
fn bitxor_assign(&mut self, rhs: MemoryUnmapFlagBits)
Performs the
^= operation. Read moreSource§impl Clone for MemoryUnmapFlagBits
impl Clone for MemoryUnmapFlagBits
Source§fn clone(&self) -> MemoryUnmapFlagBits
fn clone(&self) -> MemoryUnmapFlagBits
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 MemoryUnmapFlagBits
impl Debug for MemoryUnmapFlagBits
Source§impl Default for MemoryUnmapFlagBits
impl Default for MemoryUnmapFlagBits
Source§fn default() -> MemoryUnmapFlagBits
fn default() -> MemoryUnmapFlagBits
Returns the “default value” for a type. Read more
Source§impl Hash for MemoryUnmapFlagBits
impl Hash for MemoryUnmapFlagBits
Source§impl Not for MemoryUnmapFlagBits
impl Not for MemoryUnmapFlagBits
Source§type Output = MemoryUnmapFlagBits
type Output = MemoryUnmapFlagBits
The resulting type after applying the
! operator.Source§fn not(self) -> MemoryUnmapFlagBits
fn not(self) -> MemoryUnmapFlagBits
Performs the unary
! operation. Read moreSource§impl Ord for MemoryUnmapFlagBits
impl Ord for MemoryUnmapFlagBits
Source§fn cmp(&self, other: &MemoryUnmapFlagBits) -> Ordering
fn cmp(&self, other: &MemoryUnmapFlagBits) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for MemoryUnmapFlagBits
impl PartialEq for MemoryUnmapFlagBits
Source§impl PartialOrd for MemoryUnmapFlagBits
impl PartialOrd for MemoryUnmapFlagBits
impl Copy for MemoryUnmapFlagBits
impl Eq for MemoryUnmapFlagBits
impl StructuralPartialEq for MemoryUnmapFlagBits
Auto Trait Implementations§
impl Freeze for MemoryUnmapFlagBits
impl RefUnwindSafe for MemoryUnmapFlagBits
impl Send for MemoryUnmapFlagBits
impl Sync for MemoryUnmapFlagBits
impl Unpin for MemoryUnmapFlagBits
impl UnsafeUnpin for MemoryUnmapFlagBits
impl UnwindSafe for MemoryUnmapFlagBits
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