Enum ssd1325::DisplayError [] [src]

pub enum DisplayError {
    WriteFailed,
}

Errors which may occur interacting with the display.

Variants

It was not possible to send all the necessary data to the display.

Trait Implementations

impl Copy for DisplayError
[src]

impl Clone for DisplayError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DisplayError
[src]

Formats the value using the given formatter.

impl Eq for DisplayError
[src]

impl PartialEq for DisplayError
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Display for DisplayError
[src]

Formats the value using the given formatter. Read more

impl Error for DisplayError
[src]

A short description of the error. Read more

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