Struct common::args::CalibArgs[][src]

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

Parse command line arguments

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.