Enum Unstkerr
pub enum Unstkerr {
_0 = 0,
_1 = 1,
}Expand description
BusFault on unstacking for a return from exception
Value on reset: 0
Variants§
_0 = 0
0: no unstacking fault
_1 = 1
1: unstack for an exception return has caused one or more BusFaults
Trait Implementations§
impl Copy for Unstkerr
impl Eq for Unstkerr
impl StructuralPartialEq for Unstkerr
Auto Trait Implementations§
impl Freeze for Unstkerr
impl RefUnwindSafe for Unstkerr
impl Send for Unstkerr
impl Sync for Unstkerr
impl Unpin for Unstkerr
impl UnwindSafe for Unstkerr
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