Enum gpio_cdev::errors::ErrorKind[][src]

pub enum ErrorKind {
    Event(Error),
    Io(IOError),
    Ioctl {
        kind: IoctlKind,
        cause: Error,
    },
    InvalidRequest(usizeusize),
    Offset(u32),
}

Variants

Event(Error)

Tuple Fields of Event

0: Error

Tuple Fields of Io

0: IOError
Ioctl

Fields of Ioctl

kind: IoctlKindcause: Error
InvalidRequest(usizeusize)

Tuple Fields of InvalidRequest

0: usize1: usize
Offset(u32)

Tuple Fields of Offset

0: u32

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.