Struct gdnative::Performance[][src]

pub struct Performance { /* fields omitted */ }

core singleton class Performance : Object (manually managed)

Base class

Performance inherits Object and all of its methods.

Methods

impl Performance
[src]

Up-cast.

Methods from Deref<Target = Object>

Trait Implementations

impl GodotObject for Performance
[src]

impl Deref for Performance
[src]

The resulting type after dereferencing.

Dereferences the value.

impl DerefMut for Performance
[src]

Mutably dereferences the value.

Auto Trait Implementations

impl !Send for Performance

impl !Sync for Performance