pub struct MemFlashError;Trait Implementations§
Source§impl Debug for MemFlashError
impl Debug for MemFlashError
Source§impl NorFlashError for MemFlashError
impl NorFlashError for MemFlashError
Source§fn kind(&self) -> NorFlashErrorKind
fn kind(&self) -> NorFlashErrorKind
Convert a specific NOR flash error into a generic error kind.
Auto Trait Implementations§
impl Freeze for MemFlashError
impl RefUnwindSafe for MemFlashError
impl Send for MemFlashError
impl Sync for MemFlashError
impl Unpin for MemFlashError
impl UnwindSafe for MemFlashError
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