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