Struct ash::vk::MemoryUnmapFlagsKHR
source · 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§fn eq(&self, other: &MemoryUnmapFlagsKHR) -> bool
fn eq(&self, other: &MemoryUnmapFlagsKHR) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for MemoryUnmapFlagsKHR
impl PartialOrd for MemoryUnmapFlagsKHR
source§fn partial_cmp(&self, other: &MemoryUnmapFlagsKHR) -> Option<Ordering>
fn partial_cmp(&self, other: &MemoryUnmapFlagsKHR) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl 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