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