pub struct DWT { /* private fields */ }
Expand description
Data Watchpoint and Trace unit
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DWT
impl RefUnwindSafe for DWT
impl !Sync for DWT
impl Unpin for DWT
impl UnwindSafe for DWT
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