Struct gdnative::AudioEffectEQ[][src]

pub struct AudioEffectEQ { /* fields omitted */ }

core class AudioEffectEQ : AudioEffect (reference counted)

Base class

AudioEffectEQ inherits AudioEffect and all of its methods.

Memory management

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

Methods

impl AudioEffectEQ
[src]

Up-cast.

Creates a new reference to the same object.

Methods from Deref<Target = AudioEffect>

Up-cast.

Trait Implementations

impl GodotObject for AudioEffectEQ
[src]

impl Deref for AudioEffectEQ
[src]

The resulting type after dereferencing.

Dereferences the value.

impl DerefMut for AudioEffectEQ
[src]

Mutably dereferences the value.

impl Drop for AudioEffectEQ
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl !Send for AudioEffectEQ

impl !Sync for AudioEffectEQ