Struct synth_utils::lfo::Lfo
source · pub struct Lfo { /* private fields */ }Expand description
A Low Frequency Oscillator is represented here
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Lfo
impl Send for Lfo
impl Sync for Lfo
impl Unpin for Lfo
impl UnwindSafe for Lfo
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more