Enum framebuffer::FramebufferErrorKind [] [src]

pub enum FramebufferErrorKind {
    IoctlFailed,
    IoError,
}

Kind of errors that can occur when dealing with the Framebuffer.

Variants

Trait Implementations

impl Debug for FramebufferErrorKind
[src]

Formats the value using the given formatter.