Struct ash::vk::DescriptorPoolResetFlags  
source · pub struct DescriptorPoolResetFlags(/* private fields */);Expand description
Implementations§
Trait Implementations§
source§impl BitAnd for DescriptorPoolResetFlags
 
impl BitAnd for DescriptorPoolResetFlags
source§impl BitAndAssign for DescriptorPoolResetFlags
 
impl BitAndAssign for DescriptorPoolResetFlags
source§fn bitand_assign(&mut self, rhs: Self)
 
fn bitand_assign(&mut self, rhs: Self)
Performs the 
&= operation. Read moresource§impl BitOr for DescriptorPoolResetFlags
 
impl BitOr for DescriptorPoolResetFlags
source§impl BitOrAssign for DescriptorPoolResetFlags
 
impl BitOrAssign for DescriptorPoolResetFlags
source§fn bitor_assign(&mut self, rhs: Self)
 
fn bitor_assign(&mut self, rhs: Self)
Performs the 
|= operation. Read moresource§impl BitXor for DescriptorPoolResetFlags
 
impl BitXor for DescriptorPoolResetFlags
source§impl BitXorAssign for DescriptorPoolResetFlags
 
impl BitXorAssign 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 for DescriptorPoolResetFlags
 
impl PartialEq for DescriptorPoolResetFlags
source§impl PartialOrd for DescriptorPoolResetFlags
 
impl PartialOrd for DescriptorPoolResetFlags
impl Copy for DescriptorPoolResetFlags
impl Eq for DescriptorPoolResetFlags
impl StructuralPartialEq for DescriptorPoolResetFlags
Auto Trait Implementations§
impl Freeze for DescriptorPoolResetFlags
impl RefUnwindSafe for DescriptorPoolResetFlags
impl Send for DescriptorPoolResetFlags
impl Sync for DescriptorPoolResetFlags
impl Unpin for DescriptorPoolResetFlags
impl UnwindSafe for DescriptorPoolResetFlags
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
source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
 
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)