Struct vk_mem_alloc::ffi::VmaVirtualAllocation_T
source · [−]#[repr(C)]pub struct VmaVirtualAllocation_T { /* private fields */ }Trait Implementations
sourceimpl Clone for VmaVirtualAllocation_T
impl Clone for VmaVirtualAllocation_T
sourcefn clone(&self) -> VmaVirtualAllocation_T
fn clone(&self) -> VmaVirtualAllocation_T
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for VmaVirtualAllocation_T
impl Debug for VmaVirtualAllocation_T
impl Copy for VmaVirtualAllocation_T
Auto Trait Implementations
impl RefUnwindSafe for VmaVirtualAllocation_T
impl Send for VmaVirtualAllocation_T
impl Sync for VmaVirtualAllocation_T
impl Unpin for VmaVirtualAllocation_T
impl UnwindSafe for VmaVirtualAllocation_T
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more