Struct ash::vk::DeviceDiagnosticsConfigFlagsNV
source · pub struct DeviceDiagnosticsConfigFlagsNV(/* private fields */);
Expand description
Implementations§
source§impl DeviceDiagnosticsConfigFlagsNV
impl DeviceDiagnosticsConfigFlagsNV
source§impl DeviceDiagnosticsConfigFlagsNV
impl DeviceDiagnosticsConfigFlagsNV
pub const ENABLE_SHADER_DEBUG_INFO: Self = _
pub const ENABLE_RESOURCE_TRACKING: Self = _
pub const ENABLE_AUTOMATIC_CHECKPOINTS: Self = _
pub const ENABLE_SHADER_ERROR_REPORTING: Self = _
Trait Implementations§
source§impl BitAndAssign for DeviceDiagnosticsConfigFlagsNV
impl BitAndAssign for DeviceDiagnosticsConfigFlagsNV
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOrAssign for DeviceDiagnosticsConfigFlagsNV
impl BitOrAssign for DeviceDiagnosticsConfigFlagsNV
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXorAssign for DeviceDiagnosticsConfigFlagsNV
impl BitXorAssign for DeviceDiagnosticsConfigFlagsNV
source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moresource§impl Clone for DeviceDiagnosticsConfigFlagsNV
impl Clone for DeviceDiagnosticsConfigFlagsNV
source§fn clone(&self) -> DeviceDiagnosticsConfigFlagsNV
fn clone(&self) -> DeviceDiagnosticsConfigFlagsNV
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 Not for DeviceDiagnosticsConfigFlagsNV
impl Not for DeviceDiagnosticsConfigFlagsNV
source§impl Ord for DeviceDiagnosticsConfigFlagsNV
impl Ord for DeviceDiagnosticsConfigFlagsNV
source§fn cmp(&self, other: &DeviceDiagnosticsConfigFlagsNV) -> Ordering
fn cmp(&self, other: &DeviceDiagnosticsConfigFlagsNV) -> 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 DeviceDiagnosticsConfigFlagsNV
impl PartialEq for DeviceDiagnosticsConfigFlagsNV
source§fn eq(&self, other: &DeviceDiagnosticsConfigFlagsNV) -> bool
fn eq(&self, other: &DeviceDiagnosticsConfigFlagsNV) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for DeviceDiagnosticsConfigFlagsNV
impl PartialOrd for DeviceDiagnosticsConfigFlagsNV
source§fn partial_cmp(
&self,
other: &DeviceDiagnosticsConfigFlagsNV
) -> Option<Ordering>
fn partial_cmp( &self, other: &DeviceDiagnosticsConfigFlagsNV ) -> 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 DeviceDiagnosticsConfigFlagsNV
impl Eq for DeviceDiagnosticsConfigFlagsNV
impl StructuralPartialEq for DeviceDiagnosticsConfigFlagsNV
Auto Trait Implementations§
impl Freeze for DeviceDiagnosticsConfigFlagsNV
impl RefUnwindSafe for DeviceDiagnosticsConfigFlagsNV
impl Send for DeviceDiagnosticsConfigFlagsNV
impl Sync for DeviceDiagnosticsConfigFlagsNV
impl Unpin for DeviceDiagnosticsConfigFlagsNV
impl UnwindSafe for DeviceDiagnosticsConfigFlagsNV
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