Enum luminance::framebuffer::FramebufferError [] [src]

pub enum FramebufferError {
    Incomplete(String),
}

Framebuffer error.

Incomplete(reason) occurs at framebuffer creation and reason gives a String explaination of the failure.

Variants

Incomplete(String)

Trait Implementations

impl Debug for FramebufferError
[src]

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

Formats the value using the given formatter.