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