Enum Munstkerr
pub enum Munstkerr {
_0 = 0,
_1 = 1,
}Expand description
MemManage fault 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 access violations
Trait Implementations§
impl Copy for Munstkerr
impl Eq for Munstkerr
impl StructuralPartialEq for Munstkerr
Auto Trait Implementations§
impl Freeze for Munstkerr
impl RefUnwindSafe for Munstkerr
impl Send for Munstkerr
impl Sync for Munstkerr
impl Unpin for Munstkerr
impl UnwindSafe for Munstkerr
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