pub enum LatterInNominalLevel {
Low,
Professional,
}Expand description
Nominal level of analog input.
Variants
Low
Professional
+4 dBu.
Trait Implementations
sourceimpl Clone for LatterInNominalLevel
impl Clone for LatterInNominalLevel
sourcefn clone(&self) -> LatterInNominalLevel
fn clone(&self) -> LatterInNominalLevel
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 LatterInNominalLevel
impl Debug for LatterInNominalLevel
sourceimpl Default for LatterInNominalLevel
impl Default for LatterInNominalLevel
sourceimpl From<LatterInNominalLevel> for i16
impl From<LatterInNominalLevel> for i16
sourcefn from(level: LatterInNominalLevel) -> Self
fn from(level: LatterInNominalLevel) -> Self
Converts to this type from the input type.
impl Copy for LatterInNominalLevel
impl Eq for LatterInNominalLevel
impl StructuralEq for LatterInNominalLevel
impl StructuralPartialEq for LatterInNominalLevel
Auto Trait Implementations
impl RefUnwindSafe for LatterInNominalLevel
impl Send for LatterInNominalLevel
impl Sync for LatterInNominalLevel
impl Unpin for LatterInNominalLevel
impl UnwindSafe for LatterInNominalLevel
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