Struct framebuffer::FramebufferError [] [src]

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

Fields

Trait Implementations

impl Debug for FramebufferError
[src]

Formats the value using the given formatter.

impl Error for FramebufferError
[src]

A short description of the error. Read more

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

impl Display for FramebufferError
[src]

Formats the value using the given formatter.

impl From<Error> for FramebufferError
[src]

Performs the conversion.