Struct ash::vk::ExtValidationCacheFn
source · pub struct ExtValidationCacheFn {
pub create_validation_cache_ext: PFN_vkCreateValidationCacheEXT,
pub destroy_validation_cache_ext: PFN_vkDestroyValidationCacheEXT,
pub merge_validation_caches_ext: PFN_vkMergeValidationCachesEXT,
pub get_validation_cache_data_ext: PFN_vkGetValidationCacheDataEXT,
}
Fields§
§create_validation_cache_ext: PFN_vkCreateValidationCacheEXT
§destroy_validation_cache_ext: PFN_vkDestroyValidationCacheEXT
§merge_validation_caches_ext: PFN_vkMergeValidationCachesEXT
§get_validation_cache_data_ext: PFN_vkGetValidationCacheDataEXT
Implementations§
Trait Implementations§
source§impl Clone for ExtValidationCacheFn
impl Clone for ExtValidationCacheFn
source§fn clone(&self) -> ExtValidationCacheFn
fn clone(&self) -> ExtValidationCacheFn
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 moreimpl Send for ExtValidationCacheFn
impl Sync for ExtValidationCacheFn
Auto Trait Implementations§
impl Freeze for ExtValidationCacheFn
impl RefUnwindSafe for ExtValidationCacheFn
impl Unpin for ExtValidationCacheFn
impl UnwindSafe for ExtValidationCacheFn
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