pub enum MAIN_A {
SE = 0,
DIFF = 1,
}
Expand description
Main operation modes
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for MAIN_A
impl StructuralPartialEq for MAIN_A
Auto Trait Implementations§
impl Freeze for MAIN_A
impl RefUnwindSafe for MAIN_A
impl Send for MAIN_A
impl Sync for MAIN_A
impl Unpin for MAIN_A
impl UnwindSafe for MAIN_A
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