[−][src]Struct embedded_ccs811::AlgorithmResult
Algorithm result
Fields
eco2: u16eCO2 result in ppm
etvoc: u16eTVOC result in ppb
raw_current: u8Raw sensor current in uA
raw_voltage: u16Raw sensor voltage (1023 = 1.65V)
Trait Implementations
impl Clone for AlgorithmResult[src]
fn clone(&self) -> AlgorithmResult[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for AlgorithmResult[src]
impl Debug for AlgorithmResult[src]
impl PartialEq<AlgorithmResult> for AlgorithmResult[src]
fn eq(&self, other: &AlgorithmResult) -> bool[src]
fn ne(&self, other: &AlgorithmResult) -> bool[src]
impl StructuralPartialEq for AlgorithmResult[src]
Auto Trait Implementations
impl RefUnwindSafe for AlgorithmResult
impl Send for AlgorithmResult
impl Sync for AlgorithmResult
impl Unpin for AlgorithmResult
impl UnwindSafe for AlgorithmResult
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,