pub struct RawSignals {
pub ethanol: u16,
pub h2: u16,
}Expand description
The result of a raw signals measurement.
Fields§
§ethanol: u16The value of the ethanol signal in ppm (parts per million).
h2: u16The value of the H₂ signal in ppm (parts per million).
Trait Implementations§
Source§impl Clone for RawSignals
impl Clone for RawSignals
Source§fn clone(&self) -> RawSignals
fn clone(&self) -> RawSignals
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 RawSignals
impl Debug for RawSignals
Source§impl Default for RawSignals
impl Default for RawSignals
Source§fn default() -> RawSignals
fn default() -> RawSignals
Returns the “default value” for a type. Read more
impl Copy for RawSignals
Auto Trait Implementations§
impl Freeze for RawSignals
impl RefUnwindSafe for RawSignals
impl Send for RawSignals
impl Sync for RawSignals
impl Unpin for RawSignals
impl UnwindSafe for RawSignals
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