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) -> Result
§destroy_validation_cache_ext: unsafe extern "system" fn(Device, ValidationCacheEXT, *const AllocationCallbacks)
§merge_validation_caches_ext: unsafe extern "system" fn(Device, ValidationCacheEXT, u32, *const ValidationCacheEXT) -> Result
§get_validation_cache_data_ext: unsafe extern "system" fn(Device, ValidationCacheEXT, *mut usize, *mut c_void) -> Result
Implementations§
Trait Implementations§
Source§impl Clone for ExtValidationCacheFn
impl Clone for ExtValidationCacheFn
Source§fn clone(&self) -> ExtValidationCacheFn
fn clone(&self) -> ExtValidationCacheFn
Returns a duplicate of the value. Read more
1.0.0 · Source§const 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 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