pub struct CalPt {
pub V: f32,
pub pH: f32,
pub T: f32,
}Expand description
Data for a single pH (or other ion measurement) calibration point.
Fields§
§V: f32§pH: f32§T: f32Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CalPt
impl RefUnwindSafe for CalPt
impl Send for CalPt
impl Sync for CalPt
impl Unpin for CalPt
impl UnwindSafe for CalPt
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