Struct gdnative::ResourceImporterTheora [] [src]

pub struct ResourceImporterTheora { /* fields omitted */ }

core class ResourceImporterTheora : ResourceImporter (reference counted)

Base class

ResourceImporterTheora inherits ResourceImporter and all of its methods.

Memory management

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

Methods

impl ResourceImporterTheora
[src]

[src]

Up-cast.

[src]

Methods from Deref<Target = ResourceImporter>

[src]

Up-cast.

[src]

Trait Implementations

impl GodotObject for ResourceImporterTheora
[src]

[src]

[src]

[src]

impl Deref for ResourceImporterTheora
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl DerefMut for ResourceImporterTheora
[src]

[src]

Mutably dereferences the value.

Auto Trait Implementations