#[repr(C)]
pub struct VmaTotalStatistics { pub memoryType: [VmaDetailedStatistics; 32], pub memoryHeap: [VmaDetailedStatistics; 16], pub total: VmaDetailedStatistics, }
Expand description

\brief General statistics from current state of the Allocator - total memory usage across all memory heaps and types.

These are slower to calculate. Use for debugging purposes. See function vmaCalculateStatistics().

Fields

memoryType: [VmaDetailedStatistics; 32]memoryHeap: [VmaDetailedStatistics; 16]total: VmaDetailedStatistics

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.