Struct vk_mem_alloc::TotalStatistics
source · [−]#[repr(C)]pub struct TotalStatistics {
pub memory_type: [DetailedStatistics; 32],
pub memory_heap: [DetailedStatistics; 16],
pub total: DetailedStatistics,
}Fields
memory_type: [DetailedStatistics; 32]memory_heap: [DetailedStatistics; 16]total: DetailedStatisticsTrait Implementations
sourceimpl Clone for TotalStatistics
impl Clone for TotalStatistics
sourcefn clone(&self) -> TotalStatistics
fn clone(&self) -> TotalStatistics
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 TotalStatistics
impl Debug for TotalStatistics
sourceimpl Default for TotalStatistics
impl Default for TotalStatistics
sourcefn default() -> TotalStatistics
fn default() -> TotalStatistics
Returns the “default value” for a type. Read more
impl Copy for TotalStatistics
Auto Trait Implementations
impl RefUnwindSafe for TotalStatistics
impl Send for TotalStatistics
impl Sync for TotalStatistics
impl Unpin for TotalStatistics
impl UnwindSafe for TotalStatistics
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