pub struct RmsEnvelopeFollower { /* private fields */ }Expand description
RMS envelope follower: a single-pole exponential moving average of instantaneous power, reported as an RMS level.
Implementations§
Trait Implementations§
Source§impl Clone for RmsEnvelopeFollower
impl Clone for RmsEnvelopeFollower
Source§fn clone(&self) -> RmsEnvelopeFollower
fn clone(&self) -> RmsEnvelopeFollower
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 RmsEnvelopeFollower
Source§impl Debug for RmsEnvelopeFollower
impl Debug for RmsEnvelopeFollower
Source§impl Default for RmsEnvelopeFollower
impl Default for RmsEnvelopeFollower
Source§fn default() -> RmsEnvelopeFollower
fn default() -> RmsEnvelopeFollower
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RmsEnvelopeFollower
impl RefUnwindSafe for RmsEnvelopeFollower
impl Send for RmsEnvelopeFollower
impl Sync for RmsEnvelopeFollower
impl Unpin for RmsEnvelopeFollower
impl UnsafeUnpin for RmsEnvelopeFollower
impl UnwindSafe for RmsEnvelopeFollower
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