pub struct SingleFlashConfig<'a, F>where
F: Flash,{ /* private fields */ }
Expand description
Convenience provider that uses a single flash for all partitions.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, F> Freeze for SingleFlashConfig<'a, F>
impl<'a, F> RefUnwindSafe for SingleFlashConfig<'a, F>where
F: RefUnwindSafe,
impl<'a, F> Send for SingleFlashConfig<'a, F>where
F: Send,
impl<'a, F> Sync for SingleFlashConfig<'a, F>where
F: Sync,
impl<'a, F> Unpin for SingleFlashConfig<'a, F>
impl<'a, F> !UnwindSafe for SingleFlashConfig<'a, F>
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