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