pub enum KnobPushMode {
Pan,
GainToReverb,
GainToAux0,
GainToAux1,
}Expand description
Mode of knob target at pushed state.
Variants§
Pan
Left/Right balance.
GainToReverb
Gain to reverb effect.
GainToAux0
Gain to 1st auxiliary mixer.
GainToAux1
Gain to 2nd auxiliary mixer.
Trait Implementations§
source§impl Clone for KnobPushMode
impl Clone for KnobPushMode
source§fn clone(&self) -> KnobPushMode
fn clone(&self) -> KnobPushMode
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 KnobPushMode
impl Debug for KnobPushMode
source§impl Default for KnobPushMode
impl Default for KnobPushMode
source§impl PartialEq for KnobPushMode
impl PartialEq for KnobPushMode
source§fn eq(&self, other: &KnobPushMode) -> bool
fn eq(&self, other: &KnobPushMode) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for KnobPushMode
impl Eq for KnobPushMode
impl StructuralEq for KnobPushMode
impl StructuralPartialEq for KnobPushMode
Auto Trait Implementations§
impl RefUnwindSafe for KnobPushMode
impl Send for KnobPushMode
impl Sync for KnobPushMode
impl Unpin for KnobPushMode
impl UnwindSafe for KnobPushMode
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