#[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 moresource§impl Default for VkAllocationCallbacks
impl Default for VkAllocationCallbacks
impl Copy for VkAllocationCallbacks
Auto Trait Implementations§
impl Freeze for VkAllocationCallbacks
impl RefUnwindSafe for VkAllocationCallbacks
impl !Send for VkAllocationCallbacks
impl !Sync for VkAllocationCallbacks
impl Unpin for VkAllocationCallbacks
impl UnwindSafe for VkAllocationCallbacks
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)