pub struct TargetCO2Concentration(/* private fields */);Expand description
Target CO2 concentration after a forced CO2 recalibration in ppm.
Trait Implementations§
Source§impl From<TargetCO2Concentration> for u16
impl From<TargetCO2Concentration> for u16
Source§fn from(value: TargetCO2Concentration) -> Self
fn from(value: TargetCO2Concentration) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for TargetCO2Concentration
impl RefUnwindSafe for TargetCO2Concentration
impl Send for TargetCO2Concentration
impl Sync for TargetCO2Concentration
impl Unpin for TargetCO2Concentration
impl UnwindSafe for TargetCO2Concentration
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