Struct ash::vk::CommandPoolCreateFlags  
source · pub struct CommandPoolCreateFlags(/* private fields */);Expand description
Implementations§
source§impl CommandPoolCreateFlags
 
impl CommandPoolCreateFlags
source§impl CommandPoolCreateFlags
 
impl CommandPoolCreateFlags
sourcepub const RESET_COMMAND_BUFFER: Self = _
 
pub const RESET_COMMAND_BUFFER: Self = _
Command buffers may release their memory individually
source§impl CommandPoolCreateFlags
 
impl CommandPoolCreateFlags
Generated from ‘VK_VERSION_1_1’
Trait Implementations§
source§impl BitAnd for CommandPoolCreateFlags
 
impl BitAnd for CommandPoolCreateFlags
source§impl BitAndAssign for CommandPoolCreateFlags
 
impl BitAndAssign for CommandPoolCreateFlags
source§fn bitand_assign(&mut self, rhs: Self)
 
fn bitand_assign(&mut self, rhs: Self)
Performs the 
&= operation. Read moresource§impl BitOr for CommandPoolCreateFlags
 
impl BitOr for CommandPoolCreateFlags
source§impl BitOrAssign for CommandPoolCreateFlags
 
impl BitOrAssign for CommandPoolCreateFlags
source§fn bitor_assign(&mut self, rhs: Self)
 
fn bitor_assign(&mut self, rhs: Self)
Performs the 
|= operation. Read moresource§impl BitXor for CommandPoolCreateFlags
 
impl BitXor for CommandPoolCreateFlags
source§impl BitXorAssign for CommandPoolCreateFlags
 
impl BitXorAssign for CommandPoolCreateFlags
source§fn bitxor_assign(&mut self, rhs: Self)
 
fn bitxor_assign(&mut self, rhs: Self)
Performs the 
^= operation. Read moresource§impl Clone for CommandPoolCreateFlags
 
impl Clone for CommandPoolCreateFlags
source§fn clone(&self) -> CommandPoolCreateFlags
 
fn clone(&self) -> CommandPoolCreateFlags
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 CommandPoolCreateFlags
 
impl Debug for CommandPoolCreateFlags
source§impl Default for CommandPoolCreateFlags
 
impl Default for CommandPoolCreateFlags
source§impl Hash for CommandPoolCreateFlags
 
impl Hash for CommandPoolCreateFlags
source§impl Not for CommandPoolCreateFlags
 
impl Not for CommandPoolCreateFlags
source§impl Ord for CommandPoolCreateFlags
 
impl Ord for CommandPoolCreateFlags
source§fn cmp(&self, other: &CommandPoolCreateFlags) -> Ordering
 
fn cmp(&self, other: &CommandPoolCreateFlags) -> 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 CommandPoolCreateFlags
 
impl PartialEq for CommandPoolCreateFlags
source§impl PartialOrd for CommandPoolCreateFlags
 
impl PartialOrd for CommandPoolCreateFlags
impl Copy for CommandPoolCreateFlags
impl Eq for CommandPoolCreateFlags
impl StructuralPartialEq for CommandPoolCreateFlags
Auto Trait Implementations§
impl Freeze for CommandPoolCreateFlags
impl RefUnwindSafe for CommandPoolCreateFlags
impl Send for CommandPoolCreateFlags
impl Sync for CommandPoolCreateFlags
impl Unpin for CommandPoolCreateFlags
impl UnwindSafe for CommandPoolCreateFlags
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)