pub struct HaitsmaConfig {
pub fmin: f32,
pub fmax: f32,
}Expand description
Tunable parameters for Haitsma.
Fields§
§fmin: f32Lowest band edge in Hz. Default 300.
fmax: f32Highest band edge in Hz. Default 2000.
Trait Implementations§
Source§impl Clone for HaitsmaConfig
impl Clone for HaitsmaConfig
Source§fn clone(&self) -> HaitsmaConfig
fn clone(&self) -> HaitsmaConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for HaitsmaConfig
impl Debug for HaitsmaConfig
Auto Trait Implementations§
impl Freeze for HaitsmaConfig
impl RefUnwindSafe for HaitsmaConfig
impl Send for HaitsmaConfig
impl Sync for HaitsmaConfig
impl Unpin for HaitsmaConfig
impl UnsafeUnpin for HaitsmaConfig
impl UnwindSafe for HaitsmaConfig
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