Struct gdnative::AudioEffectEQ6[][src]

pub struct AudioEffectEQ6 { /* fields omitted */ }

core class AudioEffectEQ6 : AudioEffectEQ (reference counted)

Base class

AudioEffectEQ6 inherits AudioEffectEQ and all of its methods.

Memory management

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

Methods

impl AudioEffectEQ6
[src]

Up-cast.

Creates a new reference to the same object.

Methods from Deref<Target = AudioEffectEQ>

Up-cast.

Creates a new reference to the same object.

Trait Implementations

impl GodotObject for AudioEffectEQ6
[src]

impl Deref for AudioEffectEQ6
[src]

The resulting type after dereferencing.

Dereferences the value.

impl DerefMut for AudioEffectEQ6
[src]

Mutably dereferences the value.

impl Drop for AudioEffectEQ6
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations