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