Struct alto::FrequencyShifterEffect [] [src]

pub struct FrequencyShifterEffect<'d: 'c, 'c> { /* fields omitted */ }

Methods

impl<'d: 'c, 'c> FrequencyShifterEffect<'d, 'c>
[src]

Trait Implementations

impl<'d: 'c, 'c> EffectTrait<'d, 'c> for FrequencyShifterEffect<'d, 'c>
[src]

impl<'d: 'c, 'c> Drop for FrequencyShifterEffect<'d, 'c>
[src]

A method called when the value goes out of scope. Read more