Enum open_protocol::types::FlightStatus [] [src]

#[repr(u8)]
pub enum FlightStatus { MotorOff, GroundStandby, SkyStandby, InAir, Landing, FinishLanding, }

Variants

Trait Implementations

impl Debug for FlightStatus
[src]

Formats the value using the given formatter.

impl Copy for FlightStatus
[src]

impl Clone for FlightStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for FlightStatus
[src]

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

This method tests for !=.

impl Default for FlightStatus
[src]

Returns the "default value" for a type. Read more

impl From<u8> for FlightStatus
[src]

Performs the conversion.

impl FromBytes for FlightStatus
[src]