pub struct Sine { /* private fields */ }
Expand description
Sine wave low-frequency oscillator.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Sine
impl RefUnwindSafe for Sine
impl Send for Sine
impl Sync for Sine
impl Unpin for Sine
impl UnwindSafe for Sine
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