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