pub enum CONTR_A {
GO_ON,
RESTART,
}
Expand description
Continue Request
Value on reset: 0
Variants
GO_ON
0: Not affected
RESTART
1: Restart
Trait Implementations
impl Copy for CONTR_A
impl StructuralPartialEq for CONTR_A
Auto Trait Implementations
impl RefUnwindSafe for CONTR_A
impl Send for CONTR_A
impl Sync for CONTR_A
impl Unpin for CONTR_A
impl UnwindSafe for CONTR_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more