pub struct DynamicsEnvelope { /* private fields */ }Expand description
A peak envelope follower with separate attack and release time constants.
Implementations§
Source§impl DynamicsEnvelope
impl DynamicsEnvelope
Trait Implementations§
Source§impl Clone for DynamicsEnvelope
impl Clone for DynamicsEnvelope
Source§fn clone(&self) -> DynamicsEnvelope
fn clone(&self) -> DynamicsEnvelope
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DynamicsEnvelope
Source§impl Debug for DynamicsEnvelope
impl Debug for DynamicsEnvelope
Source§impl PartialEq for DynamicsEnvelope
impl PartialEq for DynamicsEnvelope
impl StructuralPartialEq for DynamicsEnvelope
Auto Trait Implementations§
impl Freeze for DynamicsEnvelope
impl RefUnwindSafe for DynamicsEnvelope
impl Send for DynamicsEnvelope
impl Sync for DynamicsEnvelope
impl Unpin for DynamicsEnvelope
impl UnsafeUnpin for DynamicsEnvelope
impl UnwindSafe for DynamicsEnvelope
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