pub enum InputScene {
MicInst,
DualInst,
StereoIn,
}
Expand description
Current scene for analog input 1/2.
Variants§
Trait Implementations§
Source§impl Clone for InputScene
impl Clone for InputScene
Source§fn clone(&self) -> InputScene
fn clone(&self) -> InputScene
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 InputScene
impl Debug for InputScene
Source§impl Default for InputScene
impl Default for InputScene
Source§impl PartialEq for InputScene
impl PartialEq for InputScene
impl Copy for InputScene
impl Eq for InputScene
impl StructuralPartialEq for InputScene
Auto Trait Implementations§
impl Freeze for InputScene
impl RefUnwindSafe for InputScene
impl Send for InputScene
impl Sync for InputScene
impl Unpin for InputScene
impl UnwindSafe for InputScene
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