Enum open_protocol::types::WaypointFinishAction [] [src]

#[repr(u8)]
pub enum WaypointFinishAction { NoAction, ReturnHome, AutoLanding, ReturnPoint0, InfiniteMode, }

Variants

Trait Implementations

impl Debug for WaypointFinishAction
[src]

Formats the value using the given formatter.

impl Copy for WaypointFinishAction
[src]

impl Clone for WaypointFinishAction
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for WaypointFinishAction
[src]

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

This method tests for !=.

impl From<u8> for WaypointFinishAction
[src]

Performs the conversion.

impl FromStr for WaypointFinishAction
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more