pub struct MemoryUnmapFlagsKHR(/* private fields */);
Expand description
Implementations§
Trait Implementations§
Source§impl BitAnd for MemoryUnmapFlagsKHR
impl BitAnd for MemoryUnmapFlagsKHR
Source§impl BitAndAssign for MemoryUnmapFlagsKHR
impl BitAndAssign for MemoryUnmapFlagsKHR
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moreSource§impl BitOr for MemoryUnmapFlagsKHR
impl BitOr for MemoryUnmapFlagsKHR
Source§impl BitOrAssign for MemoryUnmapFlagsKHR
impl BitOrAssign for MemoryUnmapFlagsKHR
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moreSource§impl BitXor for MemoryUnmapFlagsKHR
impl BitXor for MemoryUnmapFlagsKHR
Source§impl BitXorAssign for MemoryUnmapFlagsKHR
impl BitXorAssign for MemoryUnmapFlagsKHR
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moreSource§impl Clone for MemoryUnmapFlagsKHR
impl Clone for MemoryUnmapFlagsKHR
Source§fn clone(&self) -> MemoryUnmapFlagsKHR
fn clone(&self) -> MemoryUnmapFlagsKHR
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 MemoryUnmapFlagsKHR
impl Debug for MemoryUnmapFlagsKHR
Source§impl Default for MemoryUnmapFlagsKHR
impl Default for MemoryUnmapFlagsKHR
Source§impl Hash for MemoryUnmapFlagsKHR
impl Hash for MemoryUnmapFlagsKHR
Source§impl Not for MemoryUnmapFlagsKHR
impl Not for MemoryUnmapFlagsKHR
Source§impl Ord for MemoryUnmapFlagsKHR
impl Ord for MemoryUnmapFlagsKHR
Source§fn cmp(&self, other: &MemoryUnmapFlagsKHR) -> Ordering
fn cmp(&self, other: &MemoryUnmapFlagsKHR) -> 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 MemoryUnmapFlagsKHR
impl PartialEq for MemoryUnmapFlagsKHR
Source§impl PartialOrd for MemoryUnmapFlagsKHR
impl PartialOrd for MemoryUnmapFlagsKHR
impl Copy for MemoryUnmapFlagsKHR
impl Eq for MemoryUnmapFlagsKHR
impl StructuralPartialEq for MemoryUnmapFlagsKHR
Auto Trait Implementations§
impl Freeze for MemoryUnmapFlagsKHR
impl RefUnwindSafe for MemoryUnmapFlagsKHR
impl Send for MemoryUnmapFlagsKHR
impl Sync for MemoryUnmapFlagsKHR
impl Unpin for MemoryUnmapFlagsKHR
impl UnwindSafe for MemoryUnmapFlagsKHR
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)