pub enum SensorValue {
TunerType(String),
TunerGainDb(i32),
FrequencyCorrectionPpm(i32),
}Variants§
Trait Implementations§
Source§impl Debug for SensorValue
impl Debug for SensorValue
Source§impl PartialEq for SensorValue
impl PartialEq for SensorValue
impl StructuralPartialEq for SensorValue
Auto Trait Implementations§
impl Freeze for SensorValue
impl RefUnwindSafe for SensorValue
impl Send for SensorValue
impl Sync for SensorValue
impl Unpin for SensorValue
impl UnwindSafe for SensorValue
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