pub enum OutputSource {
MixerOutputPair,
AuxOutputPair0,
}
Expand description
Source of analog output.
Variants§
MixerOutputPair
The corresponding pair of mixer outputs.
AuxOutputPair0
The pair of auxiliary mixer outputs.
Trait Implementations§
Source§impl Clone for OutputSource
impl Clone for OutputSource
Source§fn clone(&self) -> OutputSource
fn clone(&self) -> OutputSource
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for OutputSource
impl Debug for OutputSource
Source§impl Default for OutputSource
impl Default for OutputSource
Source§impl PartialEq for OutputSource
impl PartialEq for OutputSource
impl Copy for OutputSource
impl Eq for OutputSource
impl StructuralPartialEq for OutputSource
Auto Trait Implementations§
impl Freeze for OutputSource
impl RefUnwindSafe for OutputSource
impl Send for OutputSource
impl Sync for OutputSource
impl Unpin for OutputSource
impl UnwindSafe for OutputSource
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