pub struct PerformanceCounterDescriptionFlagsKHR(/* private fields */);Expand description
Implementations§
Source§impl PerformanceCounterDescriptionFlagsKHR
 
impl PerformanceCounterDescriptionFlagsKHR
Source§impl PerformanceCounterDescriptionFlagsKHR
 
impl PerformanceCounterDescriptionFlagsKHR
pub const PERFORMANCE_IMPACTING: Self
pub const CONCURRENTLY_IMPACTED: Self
Trait Implementations§
Source§impl BitAndAssign for PerformanceCounterDescriptionFlagsKHR
 
impl BitAndAssign for PerformanceCounterDescriptionFlagsKHR
Source§fn bitand_assign(&mut self, rhs: Self)
 
fn bitand_assign(&mut self, rhs: Self)
Performs the 
&= operation. Read moreSource§impl BitOrAssign for PerformanceCounterDescriptionFlagsKHR
 
impl BitOrAssign for PerformanceCounterDescriptionFlagsKHR
Source§fn bitor_assign(&mut self, rhs: Self)
 
fn bitor_assign(&mut self, rhs: Self)
Performs the 
|= operation. Read moreSource§impl BitXorAssign for PerformanceCounterDescriptionFlagsKHR
 
impl BitXorAssign for PerformanceCounterDescriptionFlagsKHR
Source§fn bitxor_assign(&mut self, rhs: Self)
 
fn bitxor_assign(&mut self, rhs: Self)
Performs the 
^= operation. Read moreSource§impl Clone for PerformanceCounterDescriptionFlagsKHR
 
impl Clone for PerformanceCounterDescriptionFlagsKHR
Source§fn clone(&self) -> PerformanceCounterDescriptionFlagsKHR
 
fn clone(&self) -> PerformanceCounterDescriptionFlagsKHR
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 Ord for PerformanceCounterDescriptionFlagsKHR
 
impl Ord for PerformanceCounterDescriptionFlagsKHR
Source§fn cmp(&self, other: &PerformanceCounterDescriptionFlagsKHR) -> Ordering
 
fn cmp(&self, other: &PerformanceCounterDescriptionFlagsKHR) -> 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 PerformanceCounterDescriptionFlagsKHR
 
impl PartialEq for PerformanceCounterDescriptionFlagsKHR
Source§fn eq(&self, other: &PerformanceCounterDescriptionFlagsKHR) -> bool
 
fn eq(&self, other: &PerformanceCounterDescriptionFlagsKHR) -> bool
Tests for 
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PerformanceCounterDescriptionFlagsKHR
 
impl PartialOrd for PerformanceCounterDescriptionFlagsKHR
impl Copy for PerformanceCounterDescriptionFlagsKHR
impl Eq for PerformanceCounterDescriptionFlagsKHR
impl StructuralPartialEq for PerformanceCounterDescriptionFlagsKHR
Auto Trait Implementations§
impl Freeze for PerformanceCounterDescriptionFlagsKHR
impl RefUnwindSafe for PerformanceCounterDescriptionFlagsKHR
impl Send for PerformanceCounterDescriptionFlagsKHR
impl Sync for PerformanceCounterDescriptionFlagsKHR
impl Unpin for PerformanceCounterDescriptionFlagsKHR
impl UnwindSafe for PerformanceCounterDescriptionFlagsKHR
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