pub enum FeatureEngineState {
FeatureMode = 0,
GyroScRunning = 1,
SelfTestMode = 2,
ErrorMode = 3,
}
Expand description
Values for FEATURE_IO1.state
(bits[12:11]).
Variants§
Trait Implementations§
Source§impl Clone for FeatureEngineState
impl Clone for FeatureEngineState
Source§fn clone(&self) -> FeatureEngineState
fn clone(&self) -> FeatureEngineState
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for FeatureEngineState
impl Debug for FeatureEngineState
Source§impl From<FeatureEngineState> for u8
impl From<FeatureEngineState> for u8
Source§fn from(value: FeatureEngineState) -> Self
fn from(value: FeatureEngineState) -> Self
Converts to this type from the input type.
Source§impl PartialEq for FeatureEngineState
impl PartialEq for FeatureEngineState
Source§impl TryFrom<u8> for FeatureEngineState
impl TryFrom<u8> for FeatureEngineState
impl Copy for FeatureEngineState
impl Eq for FeatureEngineState
impl StructuralPartialEq for FeatureEngineState
Auto Trait Implementations§
impl Freeze for FeatureEngineState
impl RefUnwindSafe for FeatureEngineState
impl Send for FeatureEngineState
impl Sync for FeatureEngineState
impl Unpin for FeatureEngineState
impl UnwindSafe for FeatureEngineState
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