pub struct FactoryCalibration {
pub t0: u8,
pub fmt0: Hertz,
pub ramp_coeff: u16,
}
Expand description
The read-only factory calibration values used for converting a measurement to a temperature.
Fields§
§t0: u8
The calibration temperature in degrees Celsius.
fmt0: Hertz
The frequency at the calibration temperature.
ramp_coeff: u16
The ramp coefficient in Hertz per degree Celsius.
Trait Implementations§
Source§impl Clone for FactoryCalibration
impl Clone for FactoryCalibration
Source§fn clone(&self) -> FactoryCalibration
fn clone(&self) -> FactoryCalibration
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 FactoryCalibration
impl Debug for FactoryCalibration
Auto Trait Implementations§
impl Freeze for FactoryCalibration
impl RefUnwindSafe for FactoryCalibration
impl Send for FactoryCalibration
impl Sync for FactoryCalibration
impl Unpin for FactoryCalibration
impl UnwindSafe for FactoryCalibration
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