Enum open_protocol::types::WaypointFinishAction
[−]
[src]
#[repr(u8)]pub enum WaypointFinishAction { NoAction, ReturnHome, AutoLanding, ReturnPoint0, InfiniteMode, }
Variants
NoActionReturnHomeAutoLandingReturnPoint0InfiniteModeTrait Implementations
impl Debug for WaypointFinishAction[src]
impl Copy for WaypointFinishAction[src]
impl Clone for WaypointFinishAction[src]
fn clone(&self) -> WaypointFinishAction
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
impl PartialEq for WaypointFinishAction[src]
fn eq(&self, __arg_0: &WaypointFinishAction) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.
impl From<u8> for WaypointFinishAction[src]
fn from(v: u8) -> WaypointFinishAction
Performs the conversion.