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