pub enum BootError {
Flash(NorFlashErrorKind),
BadMagic,
}
Expand description
Errors returned by bootloader
Variants§
Trait Implementations§
Source§impl<E> From<E> for BootErrorwhere
E: NorFlashError,
impl<E> From<E> for BootErrorwhere
E: NorFlashError,
impl Eq for BootError
impl StructuralPartialEq for BootError
Auto Trait Implementations§
impl Freeze for BootError
impl RefUnwindSafe for BootError
impl Send for BootError
impl Sync for BootError
impl Unpin for BootError
impl UnwindSafe for BootError
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