Struct gdnative::GDScriptFunctionState [] [src]

pub struct GDScriptFunctionState { /* fields omitted */ }

core class GDScriptFunctionState : Reference (reference counted)

Base class

GDScriptFunctionState inherits Reference and all of its methods.

Memory management

The lifetime of this object is automatically managed through reference counting.

Methods

impl GDScriptFunctionState
[src]

[src]

Up-cast.

[src]

[src]

[src]

[src]

Methods from Deref<Target = Reference>

[src]

Up-cast.

[src]

[src]

[src]

[src]

Trait Implementations

impl GodotObject for GDScriptFunctionState
[src]

[src]

[src]

[src]

impl Deref for GDScriptFunctionState
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl DerefMut for GDScriptFunctionState
[src]

[src]

Mutably dereferences the value.

Auto Trait Implementations