Struct ash::vk::ValidationCacheEXT
source · pub struct ValidationCacheEXT(/* private fields */);
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 for ValidationCacheEXT
impl PartialEq 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 for ValidationCacheEXT
impl PartialOrd 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 moresource§impl Pointer for ValidationCacheEXT
impl Pointer for ValidationCacheEXT
impl Copy for ValidationCacheEXT
impl Eq for ValidationCacheEXT
impl StructuralPartialEq for ValidationCacheEXT
Auto Trait Implementations§
impl Freeze for ValidationCacheEXT
impl RefUnwindSafe for ValidationCacheEXT
impl Send for ValidationCacheEXT
impl Sync for ValidationCacheEXT
impl Unpin for ValidationCacheEXT
impl UnwindSafe for ValidationCacheEXT
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more