pub struct FLASHCTL { /* private fields */ }Expand description
FLASHCTL peripheral
Implementations§
Trait Implementations§
impl Copy for FLASHCTL
impl PeripheralType for FLASHCTL
Auto Trait Implementations§
impl Freeze for FLASHCTL
impl RefUnwindSafe for FLASHCTL
impl Send for FLASHCTL
impl Sync for FLASHCTL
impl Unpin for FLASHCTL
impl UnwindSafe for FLASHCTL
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