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