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 copy 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
source§fn eq(&self, other: &SaffireproMicInputLevel) -> bool
fn eq(&self, other: &SaffireproMicInputLevel) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for SaffireproMicInputLevel
impl Eq for SaffireproMicInputLevel
impl StructuralEq for SaffireproMicInputLevel
impl StructuralPartialEq for SaffireproMicInputLevel
Auto Trait Implementations§
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