Struct gdnative::VisualScriptVariableSet[][src]

pub struct VisualScriptVariableSet { /* fields omitted */ }

core class VisualScriptVariableSet : VisualScriptNode (reference counted)

Base class

VisualScriptVariableSet inherits VisualScriptNode and all of its methods.

Memory management

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

Methods

impl VisualScriptVariableSet
[src]

Up-cast.

Creates a new reference to the same object.

Methods from Deref<Target = VisualScriptNode>

Up-cast.

Trait Implementations

impl GodotObject for VisualScriptVariableSet
[src]

impl Deref for VisualScriptVariableSet
[src]

The resulting type after dereferencing.

Dereferences the value.

impl DerefMut for VisualScriptVariableSet
[src]

Mutably dereferences the value.

impl Drop for VisualScriptVariableSet
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations