[][src]Enum kxcj9::OutputDataRate

pub enum OutputDataRate {
    Hz0_781,
    Hz1_563,
    Hz3_125,
    Hz6_25,
    Hz12_5,
    Hz25,
    Hz50,
    Hz100,
    Hz200,
    Hz400,
    Hz800,
    Hz1600,
}

Output data rate

Variants

Hz0_781

0.781 Hz

Hz1_563

1.563 Hz

Hz3_125

3.125 Hz

Hz6_25

6.25 Hz

Hz12_5

12.5 Hz

Hz25

25 Hz

Hz50

50 Hz (default)

Hz100

100 Hz

Hz200

200 Hz

Hz400

400 Hz (Forces device into full power mode)

Hz800

800 Hz (Forces device into full power mode)

Hz1600

1600 Hz (Forces device into full power mode)

Trait Implementations

impl PartialEq<OutputDataRate> for OutputDataRate[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

impl Copy for OutputDataRate[src]

impl Debug for OutputDataRate[src]

impl Clone for OutputDataRate[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

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> Into<U> for T where
    U: From<T>, 
[src]

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

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.

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

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

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