pub struct VocAlgorithmState(/* private fields */);Expand description
Stores the VOC algorithm state, which can be used to skip the learning phase after a power cycle.
Trait Implementations§
Source§impl Debug for VocAlgorithmState
impl Debug for VocAlgorithmState
Source§impl From<VocAlgorithmState> for [u16; 4]
impl From<VocAlgorithmState> for [u16; 4]
Source§fn from(value: VocAlgorithmState) -> Self
fn from(value: VocAlgorithmState) -> Self
Converts to this type from the input type.
Source§impl PartialEq for VocAlgorithmState
impl PartialEq for VocAlgorithmState
Source§impl TryFrom<&[u8]> for VocAlgorithmState
impl TryFrom<&[u8]> for VocAlgorithmState
impl StructuralPartialEq for VocAlgorithmState
Auto Trait Implementations§
impl Freeze for VocAlgorithmState
impl RefUnwindSafe for VocAlgorithmState
impl Send for VocAlgorithmState
impl Sync for VocAlgorithmState
impl Unpin for VocAlgorithmState
impl UnwindSafe for VocAlgorithmState
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