pub struct Speechnorm {
pub peak: Option<f64>,
pub expansion: Option<f64>,
pub compression: Option<f64>,
pub threshold: Option<f64>,
}Fields§
§peak: Option<f64>§expansion: Option<f64>§compression: Option<f64>§threshold: Option<f64>Trait Implementations§
Source§impl Default for Speechnorm
impl Default for Speechnorm
Source§fn default() -> Speechnorm
fn default() -> Speechnorm
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for Speechnorm
impl RefUnwindSafe for Speechnorm
impl Send for Speechnorm
impl Sync for Speechnorm
impl Unpin for Speechnorm
impl UnsafeUnpin for Speechnorm
impl UnwindSafe for Speechnorm
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