pub struct FLAD { /* private fields */ }Expand description
Data Flash
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FLAD
impl RefUnwindSafe for FLAD
impl !Sync for FLAD
impl Unpin for FLAD
impl UnwindSafe for FLAD
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