Struct ash::vk::ToolPurposeFlags  
source · #[repr(transparent)]pub struct ToolPurposeFlags(_);Expand description
Implementations§
source§impl ToolPurposeFlags
 
impl ToolPurposeFlags
source§impl ToolPurposeFlags
 
impl ToolPurposeFlags
pub const VALIDATION: Self = _
pub const VALIDATION_EXT: Self = Self::VALIDATION
pub const PROFILING: Self = _
pub const PROFILING_EXT: Self = Self::PROFILING
pub const TRACING: Self = _
pub const TRACING_EXT: Self = Self::TRACING
pub const ADDITIONAL_FEATURES: Self = _
pub const ADDITIONAL_FEATURES_EXT: Self = Self::ADDITIONAL_FEATURES
pub const MODIFYING_FEATURES: Self = _
pub const MODIFYING_FEATURES_EXT: Self = Self::MODIFYING_FEATURES
source§impl ToolPurposeFlags
 
impl ToolPurposeFlags
Generated from ‘VK_EXT_tooling_info’
pub const DEBUG_REPORTING_EXT: Self = _
pub const DEBUG_MARKERS_EXT: Self = _
Trait Implementations§
source§impl BitAnd<ToolPurposeFlags> for ToolPurposeFlags
 
impl BitAnd<ToolPurposeFlags> for ToolPurposeFlags
source§impl BitAndAssign<ToolPurposeFlags> for ToolPurposeFlags
 
impl BitAndAssign<ToolPurposeFlags> for ToolPurposeFlags
source§fn bitand_assign(&mut self, rhs: Self)
 
fn bitand_assign(&mut self, rhs: Self)
Performs the 
&= operation. Read moresource§impl BitOr<ToolPurposeFlags> for ToolPurposeFlags
 
impl BitOr<ToolPurposeFlags> for ToolPurposeFlags
source§impl BitOrAssign<ToolPurposeFlags> for ToolPurposeFlags
 
impl BitOrAssign<ToolPurposeFlags> for ToolPurposeFlags
source§fn bitor_assign(&mut self, rhs: Self)
 
fn bitor_assign(&mut self, rhs: Self)
Performs the 
|= operation. Read moresource§impl BitXor<ToolPurposeFlags> for ToolPurposeFlags
 
impl BitXor<ToolPurposeFlags> for ToolPurposeFlags
source§impl BitXorAssign<ToolPurposeFlags> for ToolPurposeFlags
 
impl BitXorAssign<ToolPurposeFlags> for ToolPurposeFlags
source§fn bitxor_assign(&mut self, rhs: Self)
 
fn bitxor_assign(&mut self, rhs: Self)
Performs the 
^= operation. Read moresource§impl Clone for ToolPurposeFlags
 
impl Clone for ToolPurposeFlags
source§fn clone(&self) -> ToolPurposeFlags
 
fn clone(&self) -> ToolPurposeFlags
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 ToolPurposeFlags
 
impl Debug for ToolPurposeFlags
source§impl Default for ToolPurposeFlags
 
impl Default for ToolPurposeFlags
source§impl Hash for ToolPurposeFlags
 
impl Hash for ToolPurposeFlags
source§impl Not for ToolPurposeFlags
 
impl Not for ToolPurposeFlags
source§impl Ord for ToolPurposeFlags
 
impl Ord for ToolPurposeFlags
source§fn cmp(&self, other: &ToolPurposeFlags) -> Ordering
 
fn cmp(&self, other: &ToolPurposeFlags) -> 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<ToolPurposeFlags> for ToolPurposeFlags
 
impl PartialEq<ToolPurposeFlags> for ToolPurposeFlags
source§fn eq(&self, other: &ToolPurposeFlags) -> bool
 
fn eq(&self, other: &ToolPurposeFlags) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl PartialOrd<ToolPurposeFlags> for ToolPurposeFlags
 
impl PartialOrd<ToolPurposeFlags> for ToolPurposeFlags
source§fn partial_cmp(&self, other: &ToolPurposeFlags) -> Option<Ordering>
 
fn partial_cmp(&self, other: &ToolPurposeFlags) -> 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