Struct unity_native_plugin_sys::VkAllocationCallbacks [−][src]
#[repr(C)]pub struct VkAllocationCallbacks {
pub pUserData: *mut c_void,
pub pfnAllocation: PFN_vkAllocationFunction,
pub pfnReallocation: PFN_vkReallocationFunction,
pub pfnFree: PFN_vkFreeFunction,
pub pfnInternalAllocation: PFN_vkInternalAllocationNotification,
pub pfnInternalFree: PFN_vkInternalFreeNotification,
}Fields
pUserData: *mut c_voidpfnAllocation: PFN_vkAllocationFunctionpfnReallocation: PFN_vkReallocationFunctionpfnFree: PFN_vkFreeFunctionpfnInternalAllocation: PFN_vkInternalAllocationNotificationpfnInternalFree: PFN_vkInternalFreeNotificationTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for VkAllocationCallbacks
impl !Send for VkAllocationCallbacks
impl !Sync for VkAllocationCallbacks
impl Unpin for VkAllocationCallbacks
impl UnwindSafe for VkAllocationCallbacks
Blanket Implementations
Mutably borrows from an owned value. Read more