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