pub struct CalPtT {
pub V: f32,
pub T: f32,
}Expand description
Data for a single temperature calibration point.
Fields§
§V: f32§T: f32Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CalPtT
impl RefUnwindSafe for CalPtT
impl Send for CalPtT
impl Sync for CalPtT
impl Unpin for CalPtT
impl UnwindSafe for CalPtT
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