[][src]Enum max3010x::SamplingRate

pub enum SamplingRate {
    Sps50,
    Sps100,
    Sps200,
    Sps400,
    Sps800,
    Sps1000,
    Sps1600,
    Sps3200,
}

Sampling rate

This is limited by the current mode and the selected LED pulse width.

Variants

Sps50

50 samples per second

Sps100

100 samples per second

Sps200

200 samples per second

Sps400

400 samples per second

Sps800

800 samples per second

Sps1000

1000 samples per second

Sps1600

1600 samples per second

Sps3200

3200 samples per second

Trait Implementations

impl Debug for SamplingRate[src]

impl PartialEq<SamplingRate> for SamplingRate[src]

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

This method tests for !=.

impl Copy for SamplingRate[src]

impl Clone for SamplingRate[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]