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