pub enum MixerOutPair {
Mixer01,
Mixer23,
Mixer45,
Mixer67,
}Expand description
Pair of mixer output.
Variants§
Mixer01
Mixer output 1/2.
Mixer23
Mixer output 3/4.
Mixer45
Mixer output 5/6.
Mixer67
Mixer output 7/8.
Trait Implementations§
source§impl Clone for MixerOutPair
impl Clone for MixerOutPair
source§fn clone(&self) -> MixerOutPair
fn clone(&self) -> MixerOutPair
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 MixerOutPair
impl Debug for MixerOutPair
source§impl Default for MixerOutPair
impl Default for MixerOutPair
source§impl PartialEq for MixerOutPair
impl PartialEq for MixerOutPair
source§fn eq(&self, other: &MixerOutPair) -> bool
fn eq(&self, other: &MixerOutPair) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for MixerOutPair
impl Eq for MixerOutPair
impl StructuralEq for MixerOutPair
impl StructuralPartialEq for MixerOutPair
Auto Trait Implementations§
impl RefUnwindSafe for MixerOutPair
impl Send for MixerOutPair
impl Sync for MixerOutPair
impl Unpin for MixerOutPair
impl UnwindSafe for MixerOutPair
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