Enum mpu9250::AccelScale[][src]

pub enum AccelScale {
    _2G,
    _4G,
    _8G,
    _16G,
}

Accelerometer reading full scale configuration, default: +2g.

Variants

+2g

+4g

+8g

+16g

Trait Implementations

impl Copy for AccelScale
[src]

impl Clone for AccelScale
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AccelScale
[src]

Formats the value using the given formatter. Read more

impl Default for AccelScale
[src]

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

Auto Trait Implementations

impl Send for AccelScale

impl Sync for AccelScale