Struct ash::vk::MemoryMapFlags  
source · #[repr(transparent)]pub struct MemoryMapFlags(_);Expand description
Implementations§
Trait Implementations§
source§impl BitAnd<MemoryMapFlags> for MemoryMapFlags
 
impl BitAnd<MemoryMapFlags> for MemoryMapFlags
source§impl BitAndAssign<MemoryMapFlags> for MemoryMapFlags
 
impl BitAndAssign<MemoryMapFlags> for MemoryMapFlags
source§fn bitand_assign(&mut self, rhs: Self)
 
fn bitand_assign(&mut self, rhs: Self)
Performs the 
&= operation. Read moresource§impl BitOr<MemoryMapFlags> for MemoryMapFlags
 
impl BitOr<MemoryMapFlags> for MemoryMapFlags
source§impl BitOrAssign<MemoryMapFlags> for MemoryMapFlags
 
impl BitOrAssign<MemoryMapFlags> for MemoryMapFlags
source§fn bitor_assign(&mut self, rhs: Self)
 
fn bitor_assign(&mut self, rhs: Self)
Performs the 
|= operation. Read moresource§impl BitXor<MemoryMapFlags> for MemoryMapFlags
 
impl BitXor<MemoryMapFlags> for MemoryMapFlags
source§impl BitXorAssign<MemoryMapFlags> for MemoryMapFlags
 
impl BitXorAssign<MemoryMapFlags> for MemoryMapFlags
source§fn bitxor_assign(&mut self, rhs: Self)
 
fn bitxor_assign(&mut self, rhs: Self)
Performs the 
^= operation. Read moresource§impl Clone for MemoryMapFlags
 
impl Clone for MemoryMapFlags
source§fn clone(&self) -> MemoryMapFlags
 
fn clone(&self) -> MemoryMapFlags
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 MemoryMapFlags
 
impl Debug for MemoryMapFlags
source§impl Default for MemoryMapFlags
 
impl Default for MemoryMapFlags
source§impl Hash for MemoryMapFlags
 
impl Hash for MemoryMapFlags
source§impl Not for MemoryMapFlags
 
impl Not for MemoryMapFlags
source§impl Ord for MemoryMapFlags
 
impl Ord for MemoryMapFlags
source§fn cmp(&self, other: &MemoryMapFlags) -> Ordering
 
fn cmp(&self, other: &MemoryMapFlags) -> 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<MemoryMapFlags> for MemoryMapFlags
 
impl PartialEq<MemoryMapFlags> for MemoryMapFlags
source§fn eq(&self, other: &MemoryMapFlags) -> bool
 
fn eq(&self, other: &MemoryMapFlags) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl PartialOrd<MemoryMapFlags> for MemoryMapFlags
 
impl PartialOrd<MemoryMapFlags> for MemoryMapFlags
source§fn partial_cmp(&self, other: &MemoryMapFlags) -> Option<Ordering>
 
fn partial_cmp(&self, other: &MemoryMapFlags) -> 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 more