Struct ash::vk::PerformanceConfigurationTypeINTEL
source · #[repr(transparent)]pub struct PerformanceConfigurationTypeINTEL(_);
Expand description
Implementations§
source§impl PerformanceConfigurationTypeINTEL
impl PerformanceConfigurationTypeINTEL
pub const COMMAND_QUEUE_METRICS_DISCOVERY_ACTIVATED: Self = _
Trait Implementations§
source§impl Clone for PerformanceConfigurationTypeINTEL
impl Clone for PerformanceConfigurationTypeINTEL
source§fn clone(&self) -> PerformanceConfigurationTypeINTEL
fn clone(&self) -> PerformanceConfigurationTypeINTEL
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 Default for PerformanceConfigurationTypeINTEL
impl Default for PerformanceConfigurationTypeINTEL
source§fn default() -> PerformanceConfigurationTypeINTEL
fn default() -> PerformanceConfigurationTypeINTEL
Returns the “default value” for a type. Read more
source§impl Ord for PerformanceConfigurationTypeINTEL
impl Ord for PerformanceConfigurationTypeINTEL
source§fn cmp(&self, other: &PerformanceConfigurationTypeINTEL) -> Ordering
fn cmp(&self, other: &PerformanceConfigurationTypeINTEL) -> 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<PerformanceConfigurationTypeINTEL> for PerformanceConfigurationTypeINTEL
impl PartialEq<PerformanceConfigurationTypeINTEL> for PerformanceConfigurationTypeINTEL
source§fn eq(&self, other: &PerformanceConfigurationTypeINTEL) -> bool
fn eq(&self, other: &PerformanceConfigurationTypeINTEL) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<PerformanceConfigurationTypeINTEL> for PerformanceConfigurationTypeINTEL
impl PartialOrd<PerformanceConfigurationTypeINTEL> for PerformanceConfigurationTypeINTEL
source§fn partial_cmp(
&self,
other: &PerformanceConfigurationTypeINTEL
) -> Option<Ordering>
fn partial_cmp( &self, other: &PerformanceConfigurationTypeINTEL ) -> 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 more