Enum Mstkerr
pub enum Mstkerr {
_0 = 0,
_1 = 1,
}Expand description
MemManage fault on stacking for exception entry
Value on reset: 0
Variants§
_0 = 0
0: no stacking fault
_1 = 1
1: stacking for an exception entry has caused one or more access violations
Trait Implementations§
impl Copy for Mstkerr
impl Eq for Mstkerr
impl StructuralPartialEq for Mstkerr
Auto Trait Implementations§
impl Freeze for Mstkerr
impl RefUnwindSafe for Mstkerr
impl Send for Mstkerr
impl Sync for Mstkerr
impl Unpin for Mstkerr
impl UnwindSafe for Mstkerr
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