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