Struct gdnative::AudioEffectDelay[][src]

pub struct AudioEffectDelay { /* fields omitted */ }

core class AudioEffectDelay : AudioEffect (reference counted)

Base class

AudioEffectDelay inherits AudioEffect and all of its methods.

Memory management

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

Methods

impl AudioEffectDelay
[src]

Up-cast.

Creates a new reference to the same object.

Methods from Deref<Target = AudioEffect>

Up-cast.

Trait Implementations

impl GodotObject for AudioEffectDelay
[src]

impl Deref for AudioEffectDelay
[src]

The resulting type after dereferencing.

Dereferences the value.

impl DerefMut for AudioEffectDelay
[src]

Mutably dereferences the value.

impl Drop for AudioEffectDelay
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations