pub enum NineDofCommand {
Exists,
ReadAccelerometer,
ReadMagnetometer,
ReadGyroscope,
}
Variants§
Trait Implementations§
Source§impl Clone for NineDofCommand
impl Clone for NineDofCommand
Source§fn clone(&self) -> NineDofCommand
fn clone(&self) -> NineDofCommand
Returns a copy 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 PartialEq for NineDofCommand
impl PartialEq for NineDofCommand
impl Copy for NineDofCommand
impl StructuralPartialEq for NineDofCommand
Auto Trait Implementations§
impl Freeze for NineDofCommand
impl RefUnwindSafe for NineDofCommand
impl Send for NineDofCommand
impl Sync for NineDofCommand
impl Unpin for NineDofCommand
impl UnwindSafe for NineDofCommand
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