Struct gdnative::VisualScriptSelect[][src]

pub struct VisualScriptSelect { /* fields omitted */ }

core class VisualScriptSelect : VisualScriptNode (reference counted)

Base class

VisualScriptSelect inherits VisualScriptNode and all of its methods.

Memory management

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

Methods

impl VisualScriptSelect
[src]

Up-cast.

Creates a new reference to the same object.

Methods from Deref<Target = VisualScriptNode>

Up-cast.

Trait Implementations

impl GodotObject for VisualScriptSelect
[src]

impl Deref for VisualScriptSelect
[src]

The resulting type after dereferencing.

Dereferences the value.

impl DerefMut for VisualScriptSelect
[src]

Mutably dereferences the value.

impl Drop for VisualScriptSelect
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations