pub struct VentilationSetVals {
pub ventilation_switch_on_temperature: f32,
pub ventilation_switch_off_temperature: f32,
}Expand description
Contains the ventilation set values which can be set by the user.
Fields§
§ventilation_switch_on_temperature: f32the temperature at which the ventilation should be switched on 100%
ventilation_switch_off_temperature: f32the temperature at which the ventilation should be switched off 0%
Trait Implementations§
Source§impl Debug for VentilationSetVals
impl Debug for VentilationSetVals
Source§impl PartialEq for VentilationSetVals
impl PartialEq for VentilationSetVals
impl StructuralPartialEq for VentilationSetVals
Auto Trait Implementations§
impl Freeze for VentilationSetVals
impl RefUnwindSafe for VentilationSetVals
impl Send for VentilationSetVals
impl Sync for VentilationSetVals
impl Unpin for VentilationSetVals
impl UnwindSafe for VentilationSetVals
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