Struct sensehat_screen::FramebufferError [] [src]

pub struct FramebufferError {
    pub kind: FramebufferErrorKind,
    pub details: String,
}

Fields

Trait Implementations

impl Display for FramebufferError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for FramebufferError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

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

impl From<Error> for FramebufferError
[src]

[src]

Performs the conversion.

impl Debug for FramebufferError
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations