Struct ash::vk::types::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, }

Fields

Trait Implementations

impl Clone for AllocationCallbacks
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for AllocationCallbacks
[src]

[src]

Formats the value using the given formatter.