Enum open_protocol::command::Mission
[−]
[src]
pub enum Mission { WaypointInit, WaypointData, WaypointStartStop, WaypointPauseResume, WaypointDownloadInfo, WaypointDownloadPoint, WaypointSetIdleSpeed, WaypointGetIdleSpeed, HotpointStart, HotpointStop, HotpointPauseResume, HotpointSetIdleSpeed, HotpointSetRadius, HotpointResetYaw, HotpointDownloadInfo, HotpointSetAutoRadius, FollowStart, FollowStop, FollowPauseResume, FollowSetTarget, }
Variants
WaypointInit
WaypointData
WaypointStartStop
WaypointPauseResume
WaypointDownloadInfo
WaypointDownloadPoint
WaypointSetIdleSpeed
WaypointGetIdleSpeed
HotpointStart
HotpointStop
HotpointPauseResume
HotpointSetIdleSpeed
HotpointSetRadius
HotpointResetYaw
HotpointDownloadInfo
HotpointSetAutoRadius
FollowStart
FollowStop
FollowPauseResume
FollowSetTarget
Trait Implementations
impl Debug for Mission
[src]
impl PartialEq for Mission
[src]
fn eq(&self, __arg_0: &Mission) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0
This method tests for !=
.
impl Copy for Mission
[src]
impl Clone for Mission
[src]
fn clone(&self) -> Mission
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more