pub struct Rms {
pub window_ms: f32,
/* private fields */
}Expand description
Simple RMS meter with a sliding window.
Fields§
§window_ms: f32Window length in ms.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Rms
impl RefUnwindSafe for Rms
impl Send for Rms
impl Sync for Rms
impl Unpin for Rms
impl UnsafeUnpin for Rms
impl UnwindSafe for Rms
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