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§impl PartialOrd for ValidationCacheEXT
 
impl PartialOrd for ValidationCacheEXT
source§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
source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
 
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)