pub type ToolPurposeFlagsEXT = ToolPurposeFlags;
Aliased Type§
struct ToolPurposeFlagsEXT(pub(crate) u32);
Fields§
§0: u32
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
Generated from ‘VK_EXT_tooling_info’
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 for ToolPurposeFlags
impl BitAnd for ToolPurposeFlags
Source§impl BitAndAssign for ToolPurposeFlags
impl BitAndAssign for ToolPurposeFlags
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moreSource§impl BitOr for ToolPurposeFlags
impl BitOr for ToolPurposeFlags
Source§impl BitOrAssign for ToolPurposeFlags
impl BitOrAssign for ToolPurposeFlags
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moreSource§impl BitXor for ToolPurposeFlags
impl BitXor for ToolPurposeFlags
Source§impl BitXorAssign for ToolPurposeFlags
impl BitXorAssign 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