pub enum MixerMode {
Software,
Hardware,
Script,
None,
}Expand description
Mixer mode.
Variants§
Software
Software volume control (default).
Hardware
Hardware mixer (e.g. ALSA).
Script
External script mixer.
None
No volume control.
Trait Implementations§
impl Copy for MixerMode
impl Eq for MixerMode
impl StructuralPartialEq for MixerMode
Auto Trait Implementations§
impl Freeze for MixerMode
impl RefUnwindSafe for MixerMode
impl Send for MixerMode
impl Sync for MixerMode
impl Unpin for MixerMode
impl UnsafeUnpin for MixerMode
impl UnwindSafe for MixerMode
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