Struct synfx_dsp::Oversampling
source · [−]pub struct Oversampling<const N: usize> { /* private fields */ }
Expand description
Implements oversampling with a ratio of N and a 4 times cascade of Butterworth lowpass filters (~48dB?).
Implementations
Trait Implementations
sourceimpl<const N: usize> Clone for Oversampling<N>
impl<const N: usize> Clone for Oversampling<N>
sourcefn clone(&self) -> Oversampling<N>
fn clone(&self) -> Oversampling<N>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl<const N: usize> Debug for Oversampling<N>
impl<const N: usize> Debug for Oversampling<N>
impl<const N: usize> Copy for Oversampling<N>
Auto Trait Implementations
impl<const N: usize> RefUnwindSafe for Oversampling<N>
impl<const N: usize> Send for Oversampling<N>
impl<const N: usize> Sync for Oversampling<N>
impl<const N: usize> Unpin for Oversampling<N>
impl<const N: usize> UnwindSafe for Oversampling<N>
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