Enum gdnative_common::PerformanceMonitor[][src]

#[repr(u32)]
pub enum PerformanceMonitor { TimeFps, TimeProcess, TimePhysicsProcess, MemoryStatic, MemoryDynamic, MemoryStaticMax, MemoryDynamicMax, MemoryMessageBufferMax, ObjectCount, ObjectResourceCount, ObjectNodeCount, RenderObjectsInFrame, RenderVerticesInFrame, RenderMaterialChangesInFrame, RenderShaderChangesInFrame, RenderSurfaceChangesInFrame, RenderDrawCallsInFrame, RenderVideoMemUsed, RenderTextureMemUsed, RenderVertexMemUsed, RenderUsageVideoMemTotal, Physics2dActiveObjects, Physics2dCollisionPairs, Physics2dIslandCount, Physics3dActiveObjects, Physics3dCollisionPairs, Physics3dIslandCount, AudioOutputLatency, Max, }

Variants

Trait Implementations

impl Copy for PerformanceMonitor
[src]

impl Clone for PerformanceMonitor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PerformanceMonitor
[src]

Formats the value using the given formatter. Read more

impl PartialEq for PerformanceMonitor
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for PerformanceMonitor
[src]

impl Hash for PerformanceMonitor
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations