pub struct CalibArgs {
pub ph4: f64,
pub ph10: f64,
pub temperature: f64,
pub store: bool,
}
Expand description
Command line arguments struct, infile, outfile, and silent (i.e. emit to stdout)
Fields§
§ph4: f64
pH measured for pH 4.01 buffer solution
ph10: f64
pH measured for pH 10.01 buffer solution
temperature: f64
temperature of measurement
store: bool
Store calibration to file calib.ph
Implementations§
Auto Trait Implementations§
impl Freeze for CalibArgs
impl RefUnwindSafe for CalibArgs
impl Send for CalibArgs
impl Sync for CalibArgs
impl Unpin for CalibArgs
impl UnwindSafe for CalibArgs
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