pub enum AppCommand {
Show 30 variants
AutoFly,
AutoLanding,
HomePointNow,
HomePointHot,
HomePointLock,
GoHome,
StartMotor,
StopMotor,
Calibration,
DeformProtecClose,
DeformProtecOpen,
DropGoHome,
DropTakeOff,
DropLanding,
DynamicHomePointOpen,
DynamicHomePointClose,
FollowFunctionOpen,
FollowFunctionClose,
IOCOpen,
IOCClose,
DropCalibration,
PackMode,
UnPackMode,
EnterManualMode,
StopDeform,
DownDeform,
UpDeform,
ForceLanding,
ForceLanding2,
Unknown(u8),
}Variants§
AutoFly
AutoLanding
HomePointNow
HomePointHot
HomePointLock
GoHome
StartMotor
StopMotor
Calibration
DeformProtecClose
DeformProtecOpen
DropGoHome
DropTakeOff
DropLanding
DynamicHomePointOpen
DynamicHomePointClose
FollowFunctionOpen
FollowFunctionClose
IOCOpen
IOCClose
DropCalibration
PackMode
UnPackMode
EnterManualMode
StopDeform
DownDeform
UpDeform
ForceLanding
ForceLanding2
Unknown(u8)
Trait Implementations§
Source§impl Clone for AppCommand
impl Clone for AppCommand
Source§fn clone(&self) -> AppCommand
fn clone(&self) -> AppCommand
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 AppCommand
impl Debug for AppCommand
Source§impl From<u8> for AppCommand
impl From<u8> for AppCommand
Source§impl Serialize for AppCommand
impl Serialize for AppCommand
impl Copy for AppCommand
Auto Trait Implementations§
impl Freeze for AppCommand
impl RefUnwindSafe for AppCommand
impl Send for AppCommand
impl Sync for AppCommand
impl Unpin for AppCommand
impl UnwindSafe for AppCommand
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