pub struct MixedModeConfig {
pub start_heat_pct: f32,
pub stop_heat_pct: f32,
}
Fields§
§start_heat_pct: f32
§stop_heat_pct: f32
Trait Implementations§
source§impl Clone for MixedModeConfig
impl Clone for MixedModeConfig
source§fn clone(&self) -> MixedModeConfig
fn clone(&self) -> MixedModeConfig
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for MixedModeConfig
impl Debug for MixedModeConfig
source§impl<'de> Deserialize<'de> for MixedModeConfig
impl<'de> Deserialize<'de> for MixedModeConfig
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for MixedModeConfig
impl PartialEq for MixedModeConfig
source§fn eq(&self, other: &MixedModeConfig) -> bool
fn eq(&self, other: &MixedModeConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for MixedModeConfig
Auto Trait Implementations§
impl RefUnwindSafe for MixedModeConfig
impl Send for MixedModeConfig
impl Sync for MixedModeConfig
impl Unpin for MixedModeConfig
impl UnwindSafe for MixedModeConfig
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