Enum synfx_dsp::fh_va::LadderMode
source · [−]pub enum LadderMode {
LP6,
LP12,
LP18,
LP24,
HP6,
HP12,
HP18,
HP24,
BP12,
BP24,
N12,
}
Expand description
The Ladder mode, You can choose between low pass, high pass, band pass and notch.
Variants
LP6
LP12
LP18
LP24
HP6
HP12
HP18
HP24
BP12
BP24
N12
Trait Implementations
sourceimpl Clone for LadderMode
impl Clone for LadderMode
sourcefn clone(&self) -> LadderMode
fn clone(&self) -> LadderMode
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 Debug for LadderMode
impl Debug for LadderMode
sourceimpl Display for LadderMode
impl Display for LadderMode
sourceimpl PartialEq<LadderMode> for LadderMode
impl PartialEq<LadderMode> for LadderMode
sourcefn eq(&self, other: &LadderMode) -> bool
fn eq(&self, other: &LadderMode) -> bool
impl Copy for LadderMode
impl StructuralPartialEq for LadderMode
Auto Trait Implementations
impl RefUnwindSafe for LadderMode
impl Send for LadderMode
impl Sync for LadderMode
impl Unpin for LadderMode
impl UnwindSafe for LadderMode
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