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