Struct gdnative_common::Performance[][src]

pub struct Performance { /* fields omitted */ }

core singleton class Performance inherits Object (unsafe).

Official documentation

See the documentation of this class in the Godot engine's official documentation.

Feature flag

This type is behind the gdnative crate's common feature flag.

Class hierarchy

Performance inherits methods from:

Methods

impl Performance
[src]

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Up-cast.

Generic dynamic cast.

Trait Implementations

impl Copy for Performance
[src]

impl Clone for Performance
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Performance
[src]

Formats the value using the given formatter. Read more

impl GodotObject for Performance
[src]

impl ToVariant for Performance
[src]

Auto Trait Implementations

impl !Send for Performance

impl !Sync for Performance