[−][src]Struct gdnative_bindings::performance::Monitor
Implementations
impl Monitor[src]
pub const TIME_FPS: Monitor[src]
pub const TIME_PROCESS: Monitor[src]
pub const TIME_PHYSICS_PROCESS: Monitor[src]
pub const MEMORY_STATIC: Monitor[src]
pub const MEMORY_DYNAMIC: Monitor[src]
pub const MEMORY_STATIC_MAX: Monitor[src]
pub const MEMORY_DYNAMIC_MAX: Monitor[src]
pub const MEMORY_MESSAGE_BUFFER_MAX: Monitor[src]
pub const OBJECT_COUNT: Monitor[src]
pub const OBJECT_RESOURCE_COUNT: Monitor[src]
pub const OBJECT_NODE_COUNT: Monitor[src]
pub const OBJECT_ORPHAN_NODE_COUNT: Monitor[src]
pub const RENDER_OBJECTS_IN_FRAME: Monitor[src]
pub const RENDER_VERTICES_IN_FRAME: Monitor[src]
pub const RENDER_MATERIAL_CHANGES_IN_FRAME: Monitor[src]
pub const RENDER_SHADER_CHANGES_IN_FRAME: Monitor[src]
pub const RENDER_SURFACE_CHANGES_IN_FRAME: Monitor[src]
pub const RENDER_DRAW_CALLS_IN_FRAME: Monitor[src]
pub const RENDER_2D_ITEMS_IN_FRAME: Monitor[src]
pub const RENDER_2D_DRAW_CALLS_IN_FRAME: Monitor[src]
pub const RENDER_VIDEO_MEM_USED: Monitor[src]
pub const RENDER_TEXTURE_MEM_USED: Monitor[src]
pub const RENDER_VERTEX_MEM_USED: Monitor[src]
pub const RENDER_USAGE_VIDEO_MEM_TOTAL: Monitor[src]
pub const PHYSICS_2D_ACTIVE_OBJECTS: Monitor[src]
pub const PHYSICS_2D_COLLISION_PAIRS: Monitor[src]
pub const PHYSICS_2D_ISLAND_COUNT: Monitor[src]
pub const PHYSICS_3D_ACTIVE_OBJECTS: Monitor[src]
pub const PHYSICS_3D_COLLISION_PAIRS: Monitor[src]
pub const PHYSICS_3D_ISLAND_COUNT: Monitor[src]
pub const AUDIO_OUTPUT_LATENCY: Monitor[src]
pub const MONITOR_MAX: Monitor[src]
Trait Implementations
impl Clone for Monitor[src]
impl Copy for Monitor[src]
impl Debug for Monitor[src]
impl Eq for Monitor[src]
impl From<Monitor> for i64[src]
impl From<i64> for Monitor[src]
impl Hash for Monitor[src]
fn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
impl Ord for Monitor[src]
fn cmp(&self, other: &Monitor) -> Ordering[src]
#[must_use]fn max(self, other: Self) -> Self1.21.0[src]
#[must_use]fn min(self, other: Self) -> Self1.21.0[src]
#[must_use]fn clamp(self, min: Self, max: Self) -> Self[src]
impl PartialEq<Monitor> for Monitor[src]
impl PartialOrd<Monitor> for Monitor[src]
fn partial_cmp(&self, other: &Monitor) -> Option<Ordering>[src]
fn lt(&self, other: &Monitor) -> bool[src]
fn le(&self, other: &Monitor) -> bool[src]
fn gt(&self, other: &Monitor) -> bool[src]
fn ge(&self, other: &Monitor) -> bool[src]
impl StructuralEq for Monitor[src]
impl StructuralPartialEq for Monitor[src]
Auto Trait Implementations
impl RefUnwindSafe for Monitor
impl Send for Monitor
impl Sync for Monitor
impl Unpin for Monitor
impl UnwindSafe for Monitor
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,