[][src]Enum ads1x1x::DataRate12Bit

pub enum DataRate12Bit {
    Sps128,
    Sps250,
    Sps490,
    Sps920,
    Sps1600,
    Sps2400,
    Sps3300,
}

Data rate for ADS1013, ADS1014, ADS1015

Variants

Sps128

128 SPS

Sps250

250 SPS

Sps490

490 SPS

Sps920

920 SPS

Sps1600

1600 SPS (default)

Sps2400

2400 SPS

Sps3300

3300 SPS

Trait Implementations

impl Copy for DataRate12Bit[src]

impl Debug for DataRate12Bit[src]

impl PartialEq<DataRate12Bit> for DataRate12Bit[src]

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

This method tests for !=.

impl Clone for DataRate12Bit[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> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

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

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