pub enum Headset {
None,
Headphones,
HeadsetWithMic,
Unknown,
}
Variants§
Trait Implementations§
impl StructuralPartialEq for Headset
Auto Trait Implementations§
impl Freeze for Headset
impl RefUnwindSafe for Headset
impl Send for Headset
impl Sync for Headset
impl Unpin for Headset
impl UnwindSafe for Headset
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