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_void
pfn_allocation: PFN_vkAllocationFunction
pfn_reallocation: PFN_vkReallocationFunction
pfn_free: PFN_vkFreeFunction
pfn_internal_allocation: PFN_vkInternalAllocationNotification
pfn_internal_free: PFN_vkInternalFreeNotification
Implementations
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