Enum open_protocol::types::FlightControlMode
[−]
[src]
#[repr(u8)]pub enum FlightControlMode { ReturnHome, AutoTakeOff, AutoLanding, }
Variants
ReturnHome
AutoTakeOff
AutoLanding
Methods
impl FlightControlMode
[src]
Trait Implementations
impl Debug for FlightControlMode
[src]
impl Copy for FlightControlMode
[src]
impl Clone for FlightControlMode
[src]
fn clone(&self) -> FlightControlMode
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