Enum framebuffer::FramebufferErrorKind [−][src]
pub enum FramebufferErrorKind {
IoctlFailed,
IoError,
}Kind of errors that can occur when dealing with the Framebuffer.
Variants
IoctlFailedIoError
Trait Implementations
impl Debug for FramebufferErrorKind[src]
impl Debug for FramebufferErrorKindAuto Trait Implementations
impl Send for FramebufferErrorKind
impl Send for FramebufferErrorKindimpl Sync for FramebufferErrorKind
impl Sync for FramebufferErrorKind