pub enum HeadphoneSource {
MixerOutputPair0,
MixerOutputPair1,
AuxOutputPair0,
}
Expand description
Source of headphone.
Variants§
MixerOutputPair0
The 1st pair of mixer outputs.
MixerOutputPair1
The 2nd pair of mixer outputs.
AuxOutputPair0
The pair of auxiliary mixer outputs.
Trait Implementations§
Source§impl Clone for HeadphoneSource
impl Clone for HeadphoneSource
Source§fn clone(&self) -> HeadphoneSource
fn clone(&self) -> HeadphoneSource
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 HeadphoneSource
impl Debug for HeadphoneSource
Source§impl Default for HeadphoneSource
impl Default for HeadphoneSource
Source§impl PartialEq for HeadphoneSource
impl PartialEq for HeadphoneSource
impl Copy for HeadphoneSource
impl Eq for HeadphoneSource
impl StructuralPartialEq for HeadphoneSource
Auto Trait Implementations§
impl Freeze for HeadphoneSource
impl RefUnwindSafe for HeadphoneSource
impl Send for HeadphoneSource
impl Sync for HeadphoneSource
impl Unpin for HeadphoneSource
impl UnwindSafe for HeadphoneSource
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