pub struct ConvArgs {
pub ph: f64,
pub custom: bool,
pub calibration: Option<[f64; 2]>,
}
Expand description
Command line arguments struct, infile, outfile, and silent (i.e. emit to stdout)
Fields§
§ph: f64
pH measured
custom: bool
Give custom calibration values insted of reading calibration.ph
calibration: Option<[f64; 2]>
Implementations§
Auto Trait Implementations§
impl Freeze for ConvArgs
impl RefUnwindSafe for ConvArgs
impl Send for ConvArgs
impl Sync for ConvArgs
impl Unpin for ConvArgs
impl UnwindSafe for ConvArgs
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