Enum bmp085::SamplingMode [] [src]

pub enum SamplingMode {
    UltraLowPower,
    Standard,
    HighRes,
    UltraHighRes,
}

Pressure data sampling mode

Variants

Trait Implementations

impl Clone for SamplingMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SamplingMode
[src]

Formats the value using the given formatter.