Struct gdnative::ResourceInteractiveLoader[][src]

pub struct ResourceInteractiveLoader { /* fields omitted */ }

core class ResourceInteractiveLoader : Reference (reference counted)

Base class

ResourceInteractiveLoader inherits Reference and all of its methods.

Memory management

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

Methods

impl ResourceInteractiveLoader
[src]

Up-cast.

Methods from Deref<Target = Reference>

Up-cast.

Trait Implementations

impl GodotObject for ResourceInteractiveLoader
[src]

impl Deref for ResourceInteractiveLoader
[src]

The resulting type after dereferencing.

Dereferences the value.

impl DerefMut for ResourceInteractiveLoader
[src]

Mutably dereferences the value.

Auto Trait Implementations