pub enum LineOutNominalLevel {
High,
Consumer,
Professional,
}Expand description
Nominal level of line outputs.
Variants
High
Consumer
-10 dBV.
Professional
+4 dBu.
Trait Implementations
sourceimpl Clone for LineOutNominalLevel
impl Clone for LineOutNominalLevel
sourcefn clone(&self) -> LineOutNominalLevel
fn clone(&self) -> LineOutNominalLevel
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for LineOutNominalLevel
impl Debug for LineOutNominalLevel
sourceimpl Default for LineOutNominalLevel
impl Default for LineOutNominalLevel
sourceimpl From<LineOutNominalLevel> for i16
impl From<LineOutNominalLevel> for i16
sourcefn from(level: LineOutNominalLevel) -> Self
fn from(level: LineOutNominalLevel) -> Self
Converts to this type from the input type.
impl Copy for LineOutNominalLevel
impl Eq for LineOutNominalLevel
impl StructuralEq for LineOutNominalLevel
impl StructuralPartialEq for LineOutNominalLevel
Auto Trait Implementations
impl RefUnwindSafe for LineOutNominalLevel
impl Send for LineOutNominalLevel
impl Sync for LineOutNominalLevel
impl Unpin for LineOutNominalLevel
impl UnwindSafe for LineOutNominalLevel
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more