pub struct AcousticConfig {
pub max_rate: f64,
pub wow_rev_seconds: f64,
pub flutter_hz: f64,
pub acoustic_enabled: bool,
pub surface_enabled: bool,
}Fields§
§max_rate: f64§wow_rev_seconds: f64§flutter_hz: f64§acoustic_enabled: bool§surface_enabled: boolTrait Implementations§
Source§impl Clone for AcousticConfig
impl Clone for AcousticConfig
Source§fn clone(&self) -> AcousticConfig
fn clone(&self) -> AcousticConfig
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 AcousticConfig
Source§impl Debug for AcousticConfig
impl Debug for AcousticConfig
Source§impl Default for AcousticConfig
impl Default for AcousticConfig
Source§impl<'de> Deserialize<'de> for AcousticConfig
impl<'de> Deserialize<'de> for AcousticConfig
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for AcousticConfig
impl RefUnwindSafe for AcousticConfig
impl Send for AcousticConfig
impl Sync for AcousticConfig
impl Unpin for AcousticConfig
impl UnsafeUnpin for AcousticConfig
impl UnwindSafe for AcousticConfig
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