Struct gdnative::AudioEffectEQ10 [] [src]

pub struct AudioEffectEQ10 { /* fields omitted */ }

core class AudioEffectEQ10 : AudioEffectEQ (reference counted)

Base class

AudioEffectEQ10 inherits AudioEffectEQ and all of its methods.

Memory management

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

Methods

impl AudioEffectEQ10
[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 AudioEffectEQ10
[src]

[src]

[src]

[src]

impl Deref for AudioEffectEQ10
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl DerefMut for AudioEffectEQ10
[src]

[src]

Mutably dereferences the value.

impl Drop for AudioEffectEQ10
[src]

[src]

Executes the destructor for this type. Read more

Auto Trait Implementations