pub struct SensorSettings {
pub gas_sett: GasSett,
pub tph_sett: TphSett,
}Expand description
Stores gas and temperature settings
Fields§
§gas_sett: GasSettGas settings
tph_sett: TphSettTemperature settings
Trait Implementations§
Source§impl Clone for SensorSettings
impl Clone for SensorSettings
Source§impl Debug for SensorSettings
impl Debug for SensorSettings
Source§impl Default for SensorSettings
impl Default for SensorSettings
Source§fn default() -> SensorSettings
fn default() -> SensorSettings
Returns the “default value” for a type. Read more
impl Copy for SensorSettings
Auto Trait Implementations§
impl Freeze for SensorSettings
impl RefUnwindSafe for SensorSettings
impl Send for SensorSettings
impl Sync for SensorSettings
impl Unpin for SensorSettings
impl UnwindSafe for SensorSettings
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