pub struct Biquad { /* private fields */ }
Expand description
2nd order IIR filter implemented in normalized Direct Form I.
Implementations
Trait Implementations
impl Copy for Biquad
Auto Trait Implementations
impl RefUnwindSafe for Biquad
impl Send for Biquad
impl Sync for Biquad
impl Unpin for Biquad
impl UnwindSafe for Biquad
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more