Struct vk_mem_alloc::ffi::VmaVirtualBlock_T
source · [−]#[repr(C)]pub struct VmaVirtualBlock_T { /* private fields */ }Trait Implementations
sourceimpl Clone for VmaVirtualBlock_T
impl Clone for VmaVirtualBlock_T
sourcefn clone(&self) -> VmaVirtualBlock_T
fn clone(&self) -> VmaVirtualBlock_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 VmaVirtualBlock_T
impl Debug for VmaVirtualBlock_T
impl Copy for VmaVirtualBlock_T
Auto Trait Implementations
impl RefUnwindSafe for VmaVirtualBlock_T
impl Send for VmaVirtualBlock_T
impl Sync for VmaVirtualBlock_T
impl Unpin for VmaVirtualBlock_T
impl UnwindSafe for VmaVirtualBlock_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