pub enum Exception {
NonMaskableInt,
HardFault,
SVCall,
PendSV,
SysTick,
}
Expand description
Processor core exceptions (internal interrupts)
Variants§
NonMaskableInt
Non maskable interrupt
HardFault
Hard fault interrupt
SVCall
SV call interrupt
PendSV
Pend SV interrupt
SysTick
System Tick interrupt
Implementations§
Trait Implementations§
impl Copy for Exception
impl Eq for Exception
impl StructuralPartialEq for Exception
Auto Trait Implementations§
impl Freeze for Exception
impl RefUnwindSafe for Exception
impl Send for Exception
impl Sync for Exception
impl Unpin for Exception
impl UnwindSafe for Exception
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