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