Enum framebuffer::FramebufferErrorKind [] [src]

pub enum FramebufferErrorKind {
    IoctlFailed,
    IoError,
}

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

Variants

IoctlFailed
IoError

Trait Implementations

Derived Implementations

impl Debug for FramebufferErrorKind

fn fmt(&self, __arg_0: &mut Formatter) -> Result