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