pub enum GyroMode {
Disabled = 0,
DriveEnabledOnly = 1,
LowPower = 3,
Normal = 4,
HighPerformance = 7,
}Expand description
Gyroscope operating mode.
Variants§
Trait Implementations§
impl Copy for GyroMode
impl Eq for GyroMode
impl StructuralPartialEq for GyroMode
Auto Trait Implementations§
impl Freeze for GyroMode
impl RefUnwindSafe for GyroMode
impl Send for GyroMode
impl Sync for GyroMode
impl Unpin for GyroMode
impl UnsafeUnpin for GyroMode
impl UnwindSafe for GyroMode
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