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 Debug for FramebufferErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Error for FramebufferError[src]
impl Error for FramebufferErrorfn description(&self) -> &str[src]
fn description(&self) -> &strThis method is soft-deprecated. Read more
fn cause(&self) -> Option<&Error>1.0.0[src]
fn cause(&self) -> Option<&Error>1.0.0
[src]The lower-level cause of this error, if any. Read more
impl Display for FramebufferError[src]
impl Display for FramebufferErrorfn fmt(&self, fmt: &mut Formatter) -> Result[src]
fn fmt(&self, fmt: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl From<Error> for FramebufferError[src]
impl From<Error> for FramebufferErrorfn from(err: Error) -> FramebufferError[src]
fn from(err: Error) -> FramebufferErrorPerforms the conversion.
Auto Trait Implementations
impl Send for FramebufferError
impl Send for FramebufferErrorimpl Sync for FramebufferError
impl Sync for FramebufferError