pub struct RawSignals {
pub h2: u16,
pub ethanol: u16,
}Expand description
A raw signals result from the sensor.
Fields§
§h2: u16H2 signal
ethanol: u16Ethanol signal
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 PartialEq for RawSignals
impl PartialEq for RawSignals
impl Eq for RawSignals
impl StructuralPartialEq 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