Struct ash::vk::ToolPurposeFlags
source · 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§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 for ToolPurposeFlags
impl PartialOrd 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 moreimpl 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