pub struct RmsEnvelopeFollowerQ15 { /* private fields */ }Expand description
Q15 RMS envelope follower.
Implementations§
Trait Implementations§
Source§impl Clone for RmsEnvelopeFollowerQ15
impl Clone for RmsEnvelopeFollowerQ15
Source§fn clone(&self) -> RmsEnvelopeFollowerQ15
fn clone(&self) -> RmsEnvelopeFollowerQ15
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 RmsEnvelopeFollowerQ15
Source§impl Debug for RmsEnvelopeFollowerQ15
impl Debug for RmsEnvelopeFollowerQ15
Source§impl Default for RmsEnvelopeFollowerQ15
impl Default for RmsEnvelopeFollowerQ15
Source§fn default() -> RmsEnvelopeFollowerQ15
fn default() -> RmsEnvelopeFollowerQ15
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RmsEnvelopeFollowerQ15
impl RefUnwindSafe for RmsEnvelopeFollowerQ15
impl Send for RmsEnvelopeFollowerQ15
impl Sync for RmsEnvelopeFollowerQ15
impl Unpin for RmsEnvelopeFollowerQ15
impl UnsafeUnpin for RmsEnvelopeFollowerQ15
impl UnwindSafe for RmsEnvelopeFollowerQ15
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