Struct embedded_storage::nor_flash::RmwNorFlashStorage
source · [−]pub struct RmwNorFlashStorage<'a, S> { /* private fields */ }
Expand description
Implementations
Trait Implementations
sourceimpl<'a, S> ReadStorage for RmwNorFlashStorage<'a, S>where
S: ReadNorFlash,
impl<'a, S> ReadStorage for RmwNorFlashStorage<'a, S>where
S: ReadNorFlash,
type Error = <S as ReadNorFlash>::Error
type Error = <S as ReadNorFlash>::Error
An enumeration of storage errors
sourceimpl<'a, S> Storage for RmwNorFlashStorage<'a, S>where
S: NorFlash,
impl<'a, S> Storage for RmwNorFlashStorage<'a, S>where
S: NorFlash,
Auto Trait Implementations
impl<'a, S> RefUnwindSafe for RmwNorFlashStorage<'a, S>where
S: RefUnwindSafe,
impl<'a, S> Send for RmwNorFlashStorage<'a, S>where
S: Send,
impl<'a, S> Sync for RmwNorFlashStorage<'a, S>where
S: Sync,
impl<'a, S> Unpin for RmwNorFlashStorage<'a, S>where
S: Unpin,
impl<'a, S> !UnwindSafe for RmwNorFlashStorage<'a, S>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more