Enum Dwttrap
pub enum Dwttrap {
_0 = 0,
_1 = 1,
}Expand description
no description available
Value on reset: 0
Variants§
_0 = 0
0: No current debug events generated by the DWT
_1 = 1
1: At least one current debug event generated by the DWT
Trait Implementations§
impl Copy for Dwttrap
impl Eq for Dwttrap
impl StructuralPartialEq for Dwttrap
Auto Trait Implementations§
impl Freeze for Dwttrap
impl RefUnwindSafe for Dwttrap
impl Send for Dwttrap
impl Sync for Dwttrap
impl Unpin for Dwttrap
impl UnwindSafe for Dwttrap
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