Struct gdnative::VisualScriptExpression [] [src]

pub struct VisualScriptExpression { /* fields omitted */ }

core class VisualScriptExpression : VisualScriptNode (reference counted)

Base class

VisualScriptExpression inherits VisualScriptNode and all of its methods.

Memory management

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

Methods

impl VisualScriptExpression
[src]

[src]

Up-cast.

[src]

[src]

Creates a new reference to the same object.

[src]

Methods from Deref<Target = VisualScriptNode>

[src]

Up-cast.

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl GodotObject for VisualScriptExpression
[src]

[src]

[src]

[src]

impl Deref for VisualScriptExpression
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl DerefMut for VisualScriptExpression
[src]

[src]

Mutably dereferences the value.

impl Drop for VisualScriptExpression
[src]

[src]

Executes the destructor for this type. Read more

Auto Trait Implementations