Struct gdnative::SpatialGizmo[][src]

pub struct SpatialGizmo { /* fields omitted */ }

core class SpatialGizmo : Reference (reference counted)

Base class

SpatialGizmo inherits Reference and all of its methods.

Memory management

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

Methods

impl SpatialGizmo
[src]

Up-cast.

Methods from Deref<Target = Reference>

Up-cast.

Trait Implementations

impl GodotObject for SpatialGizmo
[src]

impl Deref for SpatialGizmo
[src]

The resulting type after dereferencing.

Dereferences the value.

impl DerefMut for SpatialGizmo
[src]

Mutably dereferences the value.

Auto Trait Implementations

impl !Send for SpatialGizmo

impl !Sync for SpatialGizmo