pub enum FileFlashError {
Io(Error),
Unaligned,
OutOfBounds,
ProgramWithoutErase,
}Variants§
Trait Implementations§
Source§impl Debug for FileFlashError
impl Debug for FileFlashError
Auto Trait Implementations§
impl !RefUnwindSafe for FileFlashError
impl !UnwindSafe for FileFlashError
impl Freeze for FileFlashError
impl Send for FileFlashError
impl Sync for FileFlashError
impl Unpin for FileFlashError
impl UnsafeUnpin for FileFlashError
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