pub enum FramebufferErrorKind {
IoctlFailed,
IoError,
}
Expand description
Kind of errors that can occur when dealing with the Framebuffer.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FramebufferErrorKind
impl RefUnwindSafe for FramebufferErrorKind
impl Send for FramebufferErrorKind
impl Sync for FramebufferErrorKind
impl Unpin for FramebufferErrorKind
impl UnwindSafe for FramebufferErrorKind
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more