Enum i2cdev_rfd77402::Rfd77402Error [] [src]

pub enum Rfd77402Error {
    I2CDeviceError(LinuxI2CError),
    Timeout,
    NoNewData,
    InvalidChipID,
    UnknownState,
}

An enum to hold various errors

Variants

Trait Implementations

impl Debug for Rfd77402Error
[src]

[src]

Formats the value using the given formatter.

impl From<LinuxI2CError> for Rfd77402Error
[src]

Converts a LinuxI2CError to a Rfd77402Error

[src]

Performs the conversion.