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

Trait Implementations

impl Debug for Mission
[src]

Formats the value using the given formatter.

impl PartialEq for Mission
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Copy for Mission
[src]

impl Clone for Mission
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more