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 duplicate 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
impl Copy for MixerOutPair
impl Eq for MixerOutPair
impl StructuralPartialEq for MixerOutPair
Auto Trait Implementations§
impl Freeze for MixerOutPair
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