[][src]Enum mma8452q::Odr

pub enum Odr {
    Hz800,
    Hz400,
    Hz200,
    Hz100,
    Hz50,
    Hz12,
    Hz6,
    Hz1,
}

Output Data Rate

Variants

Hz800

800 Hz

Hz400

400 Hz

Hz200

200 Hz

Hz100

100 Hz

Hz50

50 Hz

Hz12

12 Hz

Hz6

6 Hz

Hz1

1 Hz

Trait Implementations

impl Clone for Odr[src]

impl Copy for Odr[src]

Auto Trait Implementations

impl Send for Odr

impl Sync for Odr

impl Unpin for Odr

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.