pub enum SaffireproMicInputLevel {
Line,
Instrument,
}
Expand description
The level of microphone input.
Variants§
Trait Implementations§
Source§impl Clone for SaffireproMicInputLevel
impl Clone for SaffireproMicInputLevel
Source§fn clone(&self) -> SaffireproMicInputLevel
fn clone(&self) -> SaffireproMicInputLevel
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 SaffireproMicInputLevel
impl Debug for SaffireproMicInputLevel
Source§impl Default for SaffireproMicInputLevel
impl Default for SaffireproMicInputLevel
Source§impl PartialEq for SaffireproMicInputLevel
impl PartialEq for SaffireproMicInputLevel
impl Copy for SaffireproMicInputLevel
impl Eq for SaffireproMicInputLevel
impl StructuralPartialEq for SaffireproMicInputLevel
Auto Trait Implementations§
impl Freeze for SaffireproMicInputLevel
impl RefUnwindSafe for SaffireproMicInputLevel
impl Send for SaffireproMicInputLevel
impl Sync for SaffireproMicInputLevel
impl Unpin for SaffireproMicInputLevel
impl UnwindSafe for SaffireproMicInputLevel
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