pub enum EXTUN_A {
NO,
REQUESTED,
}
Expand description
Execute Tuning
Value on reset: 0
Variants
NO
0: Not Tuned or Tuning Completed
REQUESTED
1: Execute Tuning
Trait Implementations
impl Copy for EXTUN_A
impl StructuralPartialEq for EXTUN_A
Auto Trait Implementations
impl RefUnwindSafe for EXTUN_A
impl Send for EXTUN_A
impl Sync for EXTUN_A
impl Unpin for EXTUN_A
impl UnwindSafe for EXTUN_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