Enum open_protocol::Platform [] [src]

pub enum Platform {
    M100,
    A3,
}

Supported autopilot platforms.

Variants

DJI matrice 100 quadcopter.

DJI A3 flight controller.

Trait Implementations

impl Debug for Platform
[src]

Formats the value using the given formatter.

impl PartialEq for Platform
[src]

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

This method tests for !=.

impl Copy for Platform
[src]

impl Clone for Platform
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl FromStr for Platform
[src]

The associated error which can be returned from parsing.

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