Struct framebuffer::FramebufferError
[−]
[src]
pub struct FramebufferError {
pub kind: FramebufferErrorKind,
pub details: String,
}Fields
kind: FramebufferErrorKind
details: String
Trait Implementations
impl Debug for FramebufferError[src]
impl Error for FramebufferError[src]
fn description(&self) -> &str
A short description of the error. Read more
fn cause(&self) -> Option<&Error>1.0.0
The lower-level cause of this error, if any. Read more
impl Display for FramebufferError[src]
impl From<Error> for FramebufferError[src]
fn from(err: Error) -> FramebufferError
Performs the conversion.