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
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 duplicate 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
Tests for 
self and other values to be equal, and is used by ==.Source§impl PartialOrd for DeviceDiagnosticsConfigFlagsNV
 
impl PartialOrd for DeviceDiagnosticsConfigFlagsNV
impl 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