Struct synth_utils::adsr::TimePeriod
source · pub struct TimePeriod(_);Expand description
A time period in seconds is represented here
Time periods are positive only numbers with min and max values in a pleasing range for users of the ADSR
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for TimePeriod
impl Send for TimePeriod
impl Sync for TimePeriod
impl Unpin for TimePeriod
impl UnwindSafe for TimePeriod
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