Struct vulkanalia_sys::AllocationCallbacks
source · [−]#[repr(C)]pub struct AllocationCallbacks {
pub user_data: *mut c_void,
pub allocation: PFN_vkAllocationFunction,
pub reallocation: PFN_vkReallocationFunction,
pub free: PFN_vkFreeFunction,
pub internal_allocation: PFN_vkInternalAllocationNotification,
pub internal_free: PFN_vkInternalFreeNotification,
}Expand description
Fields
user_data: *mut c_voidallocation: PFN_vkAllocationFunctionreallocation: PFN_vkReallocationFunctionfree: PFN_vkFreeFunctioninternal_allocation: PFN_vkInternalAllocationNotificationinternal_free: PFN_vkInternalFreeNotificationTrait Implementations
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