pub struct MemoryUnmapFlags(/* private fields */);Expand description
Implementations§
Source§impl MemoryUnmapFlags
impl MemoryUnmapFlags
Source§impl MemoryUnmapFlags
Generated from ‘VK_EXT_map_memory_placed’
impl MemoryUnmapFlags
Generated from ‘VK_EXT_map_memory_placed’
pub const RESERVE_EXT: Self
Trait Implementations§
Source§impl BitAnd for MemoryUnmapFlags
impl BitAnd for MemoryUnmapFlags
Source§impl BitAndAssign for MemoryUnmapFlags
impl BitAndAssign for MemoryUnmapFlags
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOr for MemoryUnmapFlags
impl BitOr for MemoryUnmapFlags
Source§impl BitOrAssign for MemoryUnmapFlags
impl BitOrAssign for MemoryUnmapFlags
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl BitXor for MemoryUnmapFlags
impl BitXor for MemoryUnmapFlags
Source§impl BitXorAssign for MemoryUnmapFlags
impl BitXorAssign for MemoryUnmapFlags
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^= operation. Read moreSource§impl Clone for MemoryUnmapFlags
impl Clone for MemoryUnmapFlags
Source§fn clone(&self) -> MemoryUnmapFlags
fn clone(&self) -> MemoryUnmapFlags
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 MemoryUnmapFlags
Available on crate feature debug only.
impl Debug for MemoryUnmapFlags
Available on crate feature
debug only.Source§impl Default for MemoryUnmapFlags
impl Default for MemoryUnmapFlags
Source§impl Hash for MemoryUnmapFlags
impl Hash for MemoryUnmapFlags
Source§impl Not for MemoryUnmapFlags
impl Not for MemoryUnmapFlags
Source§impl Ord for MemoryUnmapFlags
impl Ord for MemoryUnmapFlags
Source§fn cmp(&self, other: &MemoryUnmapFlags) -> Ordering
fn cmp(&self, other: &MemoryUnmapFlags) -> 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 MemoryUnmapFlags
impl PartialEq for MemoryUnmapFlags
Source§impl PartialOrd for MemoryUnmapFlags
impl PartialOrd for MemoryUnmapFlags
impl Copy for MemoryUnmapFlags
impl Eq for MemoryUnmapFlags
impl StructuralPartialEq for MemoryUnmapFlags
Auto Trait Implementations§
impl Freeze for MemoryUnmapFlags
impl RefUnwindSafe for MemoryUnmapFlags
impl Send for MemoryUnmapFlags
impl Sync for MemoryUnmapFlags
impl Unpin for MemoryUnmapFlags
impl UnwindSafe for MemoryUnmapFlags
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