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