pub struct SineModulator {
pub freq: Freq,
}Expand description
Sine wave low-frequency oscillator.
It looks like this: ∿.
Most commonly used with Sine (or another wave generator)
to produce vibrato effect.
Fields§
§freq: FreqTrait Implementations§
Auto Trait Implementations§
impl Freeze for SineModulator
impl RefUnwindSafe for SineModulator
impl Send for SineModulator
impl Sync for SineModulator
impl Unpin for SineModulator
impl UnsafeUnpin for SineModulator
impl UnwindSafe for SineModulator
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