Struct spinel_vk_rs_sys::VkAllocationCallbacks
source · #[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_void
§pfnAllocation: PFN_vkAllocationFunction
§pfnReallocation: PFN_vkReallocationFunction
§pfnFree: PFN_vkFreeFunction
§pfnInternalAllocation: PFN_vkInternalAllocationNotification
§pfnInternalFree: PFN_vkInternalFreeNotification
Trait Implementations§
source§impl Clone for VkAllocationCallbacks
impl Clone for VkAllocationCallbacks
source§fn clone(&self) -> VkAllocationCallbacks
fn clone(&self) -> VkAllocationCallbacks
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more