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]

[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 AudioEffectEQ6
[src]

[src]

[src]

[src]

impl Deref for AudioEffectEQ6
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl DerefMut for AudioEffectEQ6
[src]

[src]

Mutably dereferences the value.

impl Drop for AudioEffectEQ6
[src]

[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl !Send for AudioEffectEQ6

impl !Sync for AudioEffectEQ6