Struct synth_utils::adsr::SustainLevel
source · pub struct SustainLevel(_);Expand description
A sustain level in the range [0.0, 1.0] is represented here
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for SustainLevel
impl Send for SustainLevel
impl Sync for SustainLevel
impl Unpin for SustainLevel
impl UnwindSafe for SustainLevel
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