pub enum FilterType {
LowPass,
HighPass,
BandPass,
LowShelf,
HighShelf,
Peaking,
Notch,
AllPass,
}
Variants§
Trait Implementations§
source§impl Clone for FilterType
impl Clone for FilterType
source§fn clone(&self) -> FilterType
fn clone(&self) -> FilterType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for FilterType
impl Debug for FilterType
impl Copy for FilterType
Auto Trait Implementations§
impl Freeze for FilterType
impl RefUnwindSafe for FilterType
impl Send for FilterType
impl Sync for FilterType
impl Unpin for FilterType
impl UnwindSafe for FilterType
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