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]

Up-cast.

Methods from Deref<Target = Reference>

Up-cast.

Trait Implementations

impl GodotObject for GDScriptFunctionState
[src]

impl Deref for GDScriptFunctionState
[src]

The resulting type after dereferencing.

Dereferences the value.

impl DerefMut for GDScriptFunctionState
[src]

Mutably dereferences the value.

Auto Trait Implementations