pub enum ChStripMode {
FabrikC,
RIAA1964,
RIAA1987,
}Expand description
The type of channel strip effect.
Variants§
Trait Implementations§
source§impl Clone for ChStripMode
impl Clone for ChStripMode
source§fn clone(&self) -> ChStripMode
fn clone(&self) -> ChStripMode
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 ChStripMode
impl Debug for ChStripMode
source§impl Default for ChStripMode
impl Default for ChStripMode
source§impl PartialEq for ChStripMode
impl PartialEq for ChStripMode
source§fn eq(&self, other: &ChStripMode) -> bool
fn eq(&self, other: &ChStripMode) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for ChStripMode
impl Eq for ChStripMode
impl StructuralEq for ChStripMode
impl StructuralPartialEq for ChStripMode
Auto Trait Implementations§
impl RefUnwindSafe for ChStripMode
impl Send for ChStripMode
impl Sync for ChStripMode
impl Unpin for ChStripMode
impl UnwindSafe for ChStripMode
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