pub enum BandType {
Peak,
LowShelf,
HighShelf,
LowPass,
HighPass,
BandPass,
Notch,
}Expand description
Type of EQ band
Variants§
Peak
Peaking/parametric band
LowShelf
Low shelf filter
HighShelf
High shelf filter
LowPass
Low pass filter
HighPass
High pass filter
BandPass
Band pass filter
Notch
Notch filter
Implementations§
Trait Implementations§
impl Copy for BandType
impl StructuralPartialEq for BandType
Auto Trait Implementations§
impl Freeze for BandType
impl RefUnwindSafe for BandType
impl Send for BandType
impl Sync for BandType
impl Unpin for BandType
impl UnsafeUnpin for BandType
impl UnwindSafe for BandType
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