pub type PFN_vkInternalAllocationNotification = Option<unsafe extern "system" fn(*mut c_void, usize, InternalAllocationType, SystemAllocationScope)>;Expand description
Aliased Type§
pub enum PFN_vkInternalAllocationNotification {
None,
Some(unsafe extern "system" fn(*mut c_void, usize, InternalAllocationType, SystemAllocationScope)),
}Variants§
None
No value.
Some(unsafe extern "system" fn(*mut c_void, usize, InternalAllocationType, SystemAllocationScope))
Some value of type T.