Struct gdnative::GodotRef [] [src]

pub struct GodotRef<T: GodotClass> { /* fields omitted */ }

Methods

impl<T> GodotRef<T> where
    T: GodotClass
[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl<T> Deref for GodotRef<T> where
    T: GodotClass
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl<T: GodotClass> Drop for GodotRef<T>
[src]

[src]

Executes the destructor for this type. Read more

impl<T> From<GodotRef<T>> for Variant where
    T: GodotClass
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl<T> !Send for GodotRef<T>

impl<T> !Sync for GodotRef<T>