Enum nrf52810_hal::qdec::NumSamples[][src]

pub enum NumSamples {
    _10smpl,
    _40smpl,
    _80smpl,
    _120smpl,
    _160smpl,
    _200smpl,
    _240smpl,
    _280smpl,
    _1smpl,
}

Variants

_10smpl
_40smpl
_80smpl
_120smpl
_160smpl
_200smpl
_240smpl
_280smpl
_1smpl

Trait Implementations

impl Clone for NumSamples[src]

impl Copy for NumSamples[src]

impl Debug for NumSamples[src]

impl Eq for NumSamples[src]

impl PartialEq<NumSamples> for NumSamples[src]

impl StructuralEq for NumSamples[src]

impl StructuralPartialEq for NumSamples[src]

Auto Trait Implementations

impl Send for NumSamples

impl Sync for NumSamples

impl Unpin for NumSamples

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<Src, Dst> LosslessTryInto<Dst> for Src where
    Dst: LosslessTryFrom<Src>, 
[src]

impl<Src, Dst> LossyInto<Dst> for Src where
    Dst: LossyFrom<Src>, 
[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.