Struct framebuffer::FramebufferError [] [src]

pub struct FramebufferError {
    pub kind: FramebufferErrorKind,
    pub details: String,
}

Fields

kind
details

Trait Implementations

impl Error for FramebufferError

fn description(&self) -> &str

1.0.0fn cause(&self) -> Option<&Error>

impl Display for FramebufferError

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

impl From<Error> for FramebufferError

fn from(err: Error) -> FramebufferError

Derived Implementations

impl Debug for FramebufferError

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