pub enum DesktopHpSrc {
Stream23,
Mixer01,
}Expand description
Source of headphone.
Variants§
Trait Implementations§
source§impl Clone for DesktopHpSrc
impl Clone for DesktopHpSrc
source§fn clone(&self) -> DesktopHpSrc
fn clone(&self) -> DesktopHpSrc
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 DesktopHpSrc
impl Debug for DesktopHpSrc
source§impl Default for DesktopHpSrc
impl Default for DesktopHpSrc
source§impl PartialEq for DesktopHpSrc
impl PartialEq for DesktopHpSrc
source§fn eq(&self, other: &DesktopHpSrc) -> bool
fn eq(&self, other: &DesktopHpSrc) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for DesktopHpSrc
impl Eq for DesktopHpSrc
impl StructuralEq for DesktopHpSrc
impl StructuralPartialEq for DesktopHpSrc
Auto Trait Implementations§
impl RefUnwindSafe for DesktopHpSrc
impl Send for DesktopHpSrc
impl Sync for DesktopHpSrc
impl Unpin for DesktopHpSrc
impl UnwindSafe for DesktopHpSrc
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