pub enum InkyError {
Spi(SpiError),
NoMemory,
InvalidBusyPins,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InkyError
impl RefUnwindSafe for InkyError
impl Send for InkyError
impl Sync for InkyError
impl Unpin for InkyError
impl UnwindSafe for InkyError
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