Struct ash::vk::AllocationCallbacks [−][src]
#[repr(C)]pub struct AllocationCallbacks { pub p_user_data: *mut c_void, pub pfn_allocation: PFN_vkAllocationFunction, pub pfn_reallocation: PFN_vkReallocationFunction, pub pfn_free: PFN_vkFreeFunction, pub pfn_internal_allocation: PFN_vkInternalAllocationNotification, pub pfn_internal_free: PFN_vkInternalFreeNotification, }
Expand description
Fields
p_user_data: *mut c_voidpfn_allocation: PFN_vkAllocationFunctionpfn_reallocation: PFN_vkReallocationFunctionpfn_free: PFN_vkFreeFunctionpfn_internal_allocation: PFN_vkInternalAllocationNotificationpfn_internal_free: PFN_vkInternalFreeNotificationImplementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for AllocationCallbacks
impl !Send for AllocationCallbacks
impl !Sync for AllocationCallbacks
impl Unpin for AllocationCallbacks
impl UnwindSafe for AllocationCallbacks
Blanket Implementations
Mutably borrows from an owned value. Read more