Struct screen_13::prelude::vk::PerformanceValueTypeINTEL
source · pub struct PerformanceValueTypeINTEL(_);Expand description
Implementations§
source§impl PerformanceValueTypeINTEL
impl PerformanceValueTypeINTEL
pub const UINT32: PerformanceValueTypeINTEL = Self(0)
pub const UINT64: PerformanceValueTypeINTEL = Self(1)
pub const FLOAT: PerformanceValueTypeINTEL = Self(2)
pub const BOOL: PerformanceValueTypeINTEL = Self(3)
pub const STRING: PerformanceValueTypeINTEL = Self(4)
Trait Implementations§
source§impl Clone for PerformanceValueTypeINTEL
impl Clone for PerformanceValueTypeINTEL
source§fn clone(&self) -> PerformanceValueTypeINTEL
fn clone(&self) -> PerformanceValueTypeINTEL
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 PerformanceValueTypeINTEL
impl Debug for PerformanceValueTypeINTEL
source§impl Default for PerformanceValueTypeINTEL
impl Default for PerformanceValueTypeINTEL
source§fn default() -> PerformanceValueTypeINTEL
fn default() -> PerformanceValueTypeINTEL
Returns the “default value” for a type. Read more
source§impl Hash for PerformanceValueTypeINTEL
impl Hash for PerformanceValueTypeINTEL
source§impl Ord for PerformanceValueTypeINTEL
impl Ord for PerformanceValueTypeINTEL
source§fn cmp(&self, other: &PerformanceValueTypeINTEL) -> Ordering
fn cmp(&self, other: &PerformanceValueTypeINTEL) -> 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<PerformanceValueTypeINTEL> for PerformanceValueTypeINTEL
impl PartialEq<PerformanceValueTypeINTEL> for PerformanceValueTypeINTEL
source§fn eq(&self, other: &PerformanceValueTypeINTEL) -> bool
fn eq(&self, other: &PerformanceValueTypeINTEL) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<PerformanceValueTypeINTEL> for PerformanceValueTypeINTEL
impl PartialOrd<PerformanceValueTypeINTEL> for PerformanceValueTypeINTEL
source§fn partial_cmp(&self, other: &PerformanceValueTypeINTEL) -> Option<Ordering>
fn partial_cmp(&self, other: &PerformanceValueTypeINTEL) -> 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