pub struct Loudnorm {
pub target: Option<f64>,
}Fields§
§target: Option<f64>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Loudnorm
impl RefUnwindSafe for Loudnorm
impl Send for Loudnorm
impl Sync for Loudnorm
impl Unpin for Loudnorm
impl UnsafeUnpin for Loudnorm
impl UnwindSafe for Loudnorm
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