pub enum FREERUN_A {
ENABLE = 1,
DISABLE = 0,
}
Expand description
Enable freerun mode
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for FREERUN_A
impl Eq for FREERUN_A
impl StructuralPartialEq for FREERUN_A
Auto Trait Implementations§
impl Freeze for FREERUN_A
impl RefUnwindSafe for FREERUN_A
impl Send for FREERUN_A
impl Sync for FREERUN_A
impl Unpin for FREERUN_A
impl UnwindSafe for FREERUN_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