pub struct MemoryUnmapFlagBits(/* private fields */);Expand description
Implementations§
Trait Implementations§
Source§impl BitAnd for MemoryUnmapFlagBits
impl BitAnd for MemoryUnmapFlagBits
Source§impl BitAndAssign for MemoryUnmapFlagBits
impl BitAndAssign for MemoryUnmapFlagBits
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOr for MemoryUnmapFlagBits
impl BitOr for MemoryUnmapFlagBits
Source§impl BitOrAssign for MemoryUnmapFlagBits
impl BitOrAssign for MemoryUnmapFlagBits
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl BitXor for MemoryUnmapFlagBits
impl BitXor for MemoryUnmapFlagBits
Source§impl BitXorAssign for MemoryUnmapFlagBits
impl BitXorAssign for MemoryUnmapFlagBits
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
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§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