Struct gdnative::AudioEffectEQ21 [] [src]

pub struct AudioEffectEQ21 { /* fields omitted */ }

core class AudioEffectEQ21 : AudioEffectEQ (reference counted)

Base class

AudioEffectEQ21 inherits AudioEffectEQ and all of its methods.

Memory management

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

Methods

impl AudioEffectEQ21
[src]

[src]

Up-cast.

[src]

[src]

Creates a new reference to the same object.

[src]

Methods from Deref<Target = AudioEffectEQ>

[src]

Up-cast.

[src]

Creates a new reference to the same object.

[src]

[src]

[src]

[src]

Trait Implementations

impl GodotObject for AudioEffectEQ21
[src]

[src]

[src]

[src]

impl Deref for AudioEffectEQ21
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl DerefMut for AudioEffectEQ21
[src]

[src]

Mutably dereferences the value.

impl Drop for AudioEffectEQ21
[src]

[src]

Executes the destructor for this type. Read more

Auto Trait Implementations