pub enum SvfMode {
LP,
HP,
BP1,
Notch,
BP2,
}
Expand description
The SVF filter mode (LP, HP, BP1, Notch, BP2)
Variants
LP
HP
BP1
Notch
BP2
Trait Implementations
impl Copy for SvfMode
impl Eq for SvfMode
impl StructuralEq for SvfMode
impl StructuralPartialEq for SvfMode
Auto Trait Implementations
impl RefUnwindSafe for SvfMode
impl Send for SvfMode
impl Sync for SvfMode
impl Unpin for SvfMode
impl UnwindSafe for SvfMode
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