Struct open_protocol::types::FlightExtraStatus [] [src]

pub struct FlightExtraStatus {
    pub mode: u8,
    pub gear: u8,
    pub error: u8,
}

Fields

Trait Implementations

impl Debug for FlightExtraStatus
[src]

Formats the value using the given formatter.

impl Copy for FlightExtraStatus
[src]

impl Clone for FlightExtraStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for FlightExtraStatus
[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 FlightExtraStatus
[src]

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

impl FromBytes for FlightExtraStatus
[src]