pub struct SquareModulator {
pub period: Time,
}Expand description
Square wave low-frequency oscillator.
It looks like this: ðŸ¿ðŸ¾ðŸ¿ðŸ¾ðŸ¿ðŸ¾ðŸ¿ðŸ¾.
Fields§
§period: TimeTrait Implementations§
Auto Trait Implementations§
impl Freeze for SquareModulator
impl RefUnwindSafe for SquareModulator
impl Send for SquareModulator
impl Sync for SquareModulator
impl Unpin for SquareModulator
impl UnsafeUnpin for SquareModulator
impl UnwindSafe for SquareModulator
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