pub struct CPU_ITM { /* private fields */ }Expand description
Cortex-M’s Instrumentation Trace Macrocell (ITM)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CPU_ITM
impl RefUnwindSafe for CPU_ITM
impl !Sync for CPU_ITM
impl Unpin for CPU_ITM
impl UnwindSafe for CPU_ITM
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