Enum bme680::Error[][src]

pub enum Error<R, W> {
    I2CWrite(W),
    I2CRead(R),
    DeviceNotFound,
    InvalidLength,
    DefinePwrMode,
    NoNewData,
    BoundaryCheckFailure(&'static str),
}

All possible errors in this crate

Variants

aka BME680_E_COM_FAIL

aka BME680_E_DEV_NOT_FOUND

aka BME680_E_INVALID_LENGTH

Warning aka BME680_W_DEFINE_PWR_MODE

Warning aka BME680_W_DEFINE_PWR_MODE

Warning Boundary Check

Trait Implementations

impl<R: Debug, W: Debug> Debug for Error<R, W>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<R, W> Send for Error<R, W> where
    R: Send,
    W: Send

impl<R, W> Sync for Error<R, W> where
    R: Sync,
    W: Sync