pub struct Leq { /* private fields */ }Expand description
Equivalent continuous loudness (Leq) — time-averaged RMS in dB.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Leq
impl RefUnwindSafe for Leq
impl Send for Leq
impl Sync for Leq
impl Unpin for Leq
impl UnsafeUnpin for Leq
impl UnwindSafe for Leq
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