Struct gdnative::ResourceImporterOGGVorbis [] [src]

pub struct ResourceImporterOGGVorbis { /* fields omitted */ }

core class ResourceImporterOGGVorbis : ResourceImporter (reference counted)

Base class

ResourceImporterOGGVorbis inherits ResourceImporter and all of its methods.

Memory management

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

Methods

impl ResourceImporterOGGVorbis
[src]

[src]

Up-cast.

[src]

Methods from Deref<Target = ResourceImporter>

[src]

Up-cast.

[src]

Trait Implementations

impl GodotObject for ResourceImporterOGGVorbis
[src]

[src]

[src]

[src]

impl Deref for ResourceImporterOGGVorbis
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl DerefMut for ResourceImporterOGGVorbis
[src]

[src]

Mutably dereferences the value.

Auto Trait Implementations