Enum Rettobase
pub enum Rettobase {
_0 = 0,
_1 = 1,
}Expand description
Indicates whether there are preempted active exceptions
Value on reset: 0
Variants§
_0 = 0
0: there are preempted active exceptions to execute
_1 = 1
1: there are no active exceptions, or the currently-executing exception is the only active exception
Trait Implementations§
impl Copy for Rettobase
impl Eq for Rettobase
impl StructuralPartialEq for Rettobase
Auto Trait Implementations§
impl Freeze for Rettobase
impl RefUnwindSafe for Rettobase
impl Send for Rettobase
impl Sync for Rettobase
impl Unpin for Rettobase
impl UnwindSafe for Rettobase
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