pub enum ShellPhysOutSrc {
Stream,
Analog01,
MixerOut01,
MixerSend01,
}
Expand description
Available source for physical output.
Variants§
Trait Implementations§
Source§impl Clone for ShellPhysOutSrc
impl Clone for ShellPhysOutSrc
Source§fn clone(&self) -> ShellPhysOutSrc
fn clone(&self) -> ShellPhysOutSrc
Returns a duplicate 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 ShellPhysOutSrc
impl Debug for ShellPhysOutSrc
Source§impl Default for ShellPhysOutSrc
impl Default for ShellPhysOutSrc
Source§impl PartialEq for ShellPhysOutSrc
impl PartialEq for ShellPhysOutSrc
impl Copy for ShellPhysOutSrc
impl Eq for ShellPhysOutSrc
impl StructuralPartialEq for ShellPhysOutSrc
Auto Trait Implementations§
impl Freeze for ShellPhysOutSrc
impl RefUnwindSafe for ShellPhysOutSrc
impl Send for ShellPhysOutSrc
impl Sync for ShellPhysOutSrc
impl Unpin for ShellPhysOutSrc
impl UnwindSafe for ShellPhysOutSrc
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