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