Enum mpu9250::GyroScale[][src]

pub enum GyroScale {
    _250DPS,
    _500DPS,
    _1000DPS,
    _2000DPS,
}

Gyroscope reading full scale configuration; default: +250 dps.

Variants

+250 dps

+500 dps

+1000 dps

+2000 dps

Trait Implementations

impl Copy for GyroScale
[src]

impl Clone for GyroScale
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GyroScale
[src]

Formats the value using the given formatter. Read more

impl Default for GyroScale
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for GyroScale

impl Sync for GyroScale