pub struct LogMelConfig {
pub floor: f32,
pub reference_max: Option<f32>,
pub dynamic_range: Option<f32>,
pub offset: f32,
pub scale: f32,
}Fields§
§floor: f32§reference_max: Option<f32>§dynamic_range: Option<f32>§offset: f32§scale: f32Trait Implementations§
Source§impl Clone for LogMelConfig
impl Clone for LogMelConfig
Source§fn clone(&self) -> LogMelConfig
fn clone(&self) -> LogMelConfig
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 LogMelConfig
Source§impl Debug for LogMelConfig
impl Debug for LogMelConfig
Source§impl PartialEq for LogMelConfig
impl PartialEq for LogMelConfig
Source§fn eq(&self, other: &LogMelConfig) -> bool
fn eq(&self, other: &LogMelConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for LogMelConfig
Auto Trait Implementations§
impl Freeze for LogMelConfig
impl RefUnwindSafe for LogMelConfig
impl Send for LogMelConfig
impl Sync for LogMelConfig
impl Unpin for LogMelConfig
impl UnsafeUnpin for LogMelConfig
impl UnwindSafe for LogMelConfig
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