Enum open_protocol::command::Control [] [src]

pub enum Control {
    Auth,
    FlightMode,
    SwitchResult,
    Movement,
    Arm,
    GimbalRate,
    GimbalAngle,
    TakePhoto,
    StartVideo,
    StopVideo,
}

Variants

Trait Implementations

impl Debug for Control
[src]

Formats the value using the given formatter.

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

impl Clone for Control
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more