pub struct CPU_FPB { /* private fields */ }Expand description
Cortex-M’s Flash Patch and Breakpoint (FPB)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CPU_FPB
impl RefUnwindSafe for CPU_FPB
impl !Sync for CPU_FPB
impl Unpin for CPU_FPB
impl UnwindSafe for CPU_FPB
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