Enum i2cdev_lsm303d::LSM303DMagnetometerResolution [] [src]

pub enum LSM303DMagnetometerResolution {
    Low,
    MediumLow,
    MediumHigh,
    High,
}

Variants

Trait Implementations

impl Debug for LSM303DMagnetometerResolution
[src]

[src]

Formats the value using the given formatter.

impl Copy for LSM303DMagnetometerResolution
[src]

impl Clone for LSM303DMagnetometerResolution
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more