Struct follow_heating::io::temperatures::database::ThermisterCalibration
source · pub struct ThermisterCalibration {
b_coefficient: f64,
resistor: f64,
raw_offset: i32,
}
Fields§
§b_coefficient: f64
§resistor: f64
§raw_offset: i32
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ThermisterCalibration
impl Send for ThermisterCalibration
impl Sync for ThermisterCalibration
impl Unpin for ThermisterCalibration
impl UnwindSafe for ThermisterCalibration
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