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