pub struct ToolPurposeFlags(/* private fields */);
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 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
Source§impl PartialEq for ToolPurposeFlags
impl PartialEq for ToolPurposeFlags
Source§impl PartialOrd for ToolPurposeFlags
impl PartialOrd for ToolPurposeFlags
impl Copy for ToolPurposeFlags
impl Eq for ToolPurposeFlags
impl StructuralPartialEq for ToolPurposeFlags
Auto Trait Implementations§
impl Freeze for ToolPurposeFlags
impl RefUnwindSafe for ToolPurposeFlags
impl Send for ToolPurposeFlags
impl Sync for ToolPurposeFlags
impl Unpin for ToolPurposeFlags
impl UnwindSafe for ToolPurposeFlags
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
)