[][src]Enum ads129xx::Ads129xxError

pub enum Ads129xxError<E, EO> {
    BootFailure,
    SpiError(SpiError<E, EO>),
}

Variants

BootFailure
SpiError(SpiError<E, EO>)

SPI bus error

Trait Implementations

impl<E: Debug, EO: Debug> Debug for Ads129xxError<E, EO>[src]

impl<E: Copy, EO: Copy> Copy for Ads129xxError<E, EO>[src]

impl<E, EO> Into<Ads129xxError<E, EO>> for SpiError<E, EO>[src]

impl<E: Clone, EO: Clone> Clone for Ads129xxError<E, EO>[src]

Auto Trait Implementations

impl<E, EO> Unpin for Ads129xxError<E, EO> where
    E: Unpin,
    EO: Unpin

impl<E, EO> Send for Ads129xxError<E, EO> where
    E: Send,
    EO: Send

impl<E, EO> Sync for Ads129xxError<E, EO> where
    E: Sync,
    EO: Sync

Blanket Implementations

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

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, 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]