pub struct Adsr { /* private fields */ }
Expand description
ADSR envelope.
Implementations§
Trait Implementations§
source§impl PartialEq<Adsr> for Adsr
impl PartialEq<Adsr> for Adsr
impl Copy for Adsr
impl Eq for Adsr
impl StructuralEq for Adsr
impl StructuralPartialEq for Adsr
Auto Trait Implementations§
impl RefUnwindSafe for Adsr
impl Send for Adsr
impl Sync for Adsr
impl Unpin for Adsr
impl UnwindSafe for Adsr
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