Enum mcp3008::Mcp3008Error [] [src]

pub enum Mcp3008Error {
    SpidevError(Error),
    AdcOutOfRangeError(u8),
    UnsupportedOSError,
}

Variants

Trait Implementations

impl Debug for Mcp3008Error
[src]

[src]

Formats the value using the given formatter.

impl Display for Mcp3008Error
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for Mcp3008Error
[src]

[src]

A short description of the error. Read more

[src]

The lower-level cause of this error, if any. Read more

impl From<Error> for Mcp3008Error
[src]

[src]

Performs the conversion.