Struct ash::vk::CommandPoolResetFlags  
source · pub struct CommandPoolResetFlags(/* private fields */);Expand description
Implementations§
source§impl CommandPoolResetFlags
 
impl CommandPoolResetFlags
source§impl CommandPoolResetFlags
 
impl CommandPoolResetFlags
sourcepub const RELEASE_RESOURCES: Self = _
 
pub const RELEASE_RESOURCES: Self = _
Release resources owned by the pool
Trait Implementations§
source§impl BitAnd for CommandPoolResetFlags
 
impl BitAnd for CommandPoolResetFlags
source§impl BitAndAssign for CommandPoolResetFlags
 
impl BitAndAssign for CommandPoolResetFlags
source§fn bitand_assign(&mut self, rhs: Self)
 
fn bitand_assign(&mut self, rhs: Self)
Performs the 
&= operation. Read moresource§impl BitOr for CommandPoolResetFlags
 
impl BitOr for CommandPoolResetFlags
source§impl BitOrAssign for CommandPoolResetFlags
 
impl BitOrAssign for CommandPoolResetFlags
source§fn bitor_assign(&mut self, rhs: Self)
 
fn bitor_assign(&mut self, rhs: Self)
Performs the 
|= operation. Read moresource§impl BitXor for CommandPoolResetFlags
 
impl BitXor for CommandPoolResetFlags
source§impl BitXorAssign for CommandPoolResetFlags
 
impl BitXorAssign for CommandPoolResetFlags
source§fn bitxor_assign(&mut self, rhs: Self)
 
fn bitxor_assign(&mut self, rhs: Self)
Performs the 
^= operation. Read moresource§impl Clone for CommandPoolResetFlags
 
impl Clone for CommandPoolResetFlags
source§fn clone(&self) -> CommandPoolResetFlags
 
fn clone(&self) -> CommandPoolResetFlags
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 CommandPoolResetFlags
 
impl Debug for CommandPoolResetFlags
source§impl Default for CommandPoolResetFlags
 
impl Default for CommandPoolResetFlags
source§impl Hash for CommandPoolResetFlags
 
impl Hash for CommandPoolResetFlags
source§impl Not for CommandPoolResetFlags
 
impl Not for CommandPoolResetFlags
source§impl Ord for CommandPoolResetFlags
 
impl Ord for CommandPoolResetFlags
source§fn cmp(&self, other: &CommandPoolResetFlags) -> Ordering
 
fn cmp(&self, other: &CommandPoolResetFlags) -> 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 CommandPoolResetFlags
 
impl PartialEq for CommandPoolResetFlags
source§impl PartialOrd for CommandPoolResetFlags
 
impl PartialOrd for CommandPoolResetFlags
impl Copy for CommandPoolResetFlags
impl Eq for CommandPoolResetFlags
impl StructuralPartialEq for CommandPoolResetFlags
Auto Trait Implementations§
impl Freeze for CommandPoolResetFlags
impl RefUnwindSafe for CommandPoolResetFlags
impl Send for CommandPoolResetFlags
impl Sync for CommandPoolResetFlags
impl Unpin for CommandPoolResetFlags
impl UnwindSafe for CommandPoolResetFlags
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)