Enum l3gd20::Scale [] [src]

pub enum Scale {
    Dps250,
    Dps500,
    Dps2000,
}

Full scale selection

Variants

250 Degrees Per Second

500 Degrees Per Second

2000 Degrees Per Second

Methods

impl Scale
[src]

[src]

Convert a measurement to degrees

[src]

Convert a measurement to radians

Trait Implementations

impl Debug for Scale
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Scale
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Scale
[src]

Auto Trait Implementations

impl Send for Scale

impl Sync for Scale