pub struct ExtValidationCacheFn {
pub create_validation_cache_ext: unsafe extern "system" fn(Device, *const ValidationCacheCreateInfoEXT, *const AllocationCallbacks, *mut ValidationCacheEXT) -> Result,
pub destroy_validation_cache_ext: unsafe extern "system" fn(Device, ValidationCacheEXT, *const AllocationCallbacks),
pub merge_validation_caches_ext: unsafe extern "system" fn(Device, ValidationCacheEXT, u32, *const ValidationCacheEXT) -> Result,
pub get_validation_cache_data_ext: unsafe extern "system" fn(Device, ValidationCacheEXT, *mut usize, *mut c_void) -> Result,
}Fields
create_validation_cache_ext: unsafe extern "system" fn(Device, *const ValidationCacheCreateInfoEXT, *const AllocationCallbacks, *mut ValidationCacheEXT) -> Resultdestroy_validation_cache_ext: unsafe extern "system" fn(Device, ValidationCacheEXT, *const AllocationCallbacks)merge_validation_caches_ext: unsafe extern "system" fn(Device, ValidationCacheEXT, u32, *const ValidationCacheEXT) -> Resultget_validation_cache_data_ext: unsafe extern "system" fn(Device, ValidationCacheEXT, *mut usize, *mut c_void) -> ResultImplementations
Trait Implementations
sourceimpl Clone for ExtValidationCacheFn
impl Clone for ExtValidationCacheFn
sourcefn clone(&self) -> ExtValidationCacheFn
fn clone(&self) -> ExtValidationCacheFn
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const 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 RefUnwindSafe for ExtValidationCacheFn
impl Unpin for ExtValidationCacheFn
impl UnwindSafe for ExtValidationCacheFn
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more