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. Read more

impl Error for FramebufferError
[src]

This method is soft-deprecated. 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. Read more

impl From<Error> for FramebufferError
[src]

Performs the conversion.

Auto Trait Implementations