Enum open_protocol::command::CmdSet [] [src]

pub enum CmdSet {
    Activation(Activation),
    Control(Control),
    PushData(PushData),
    Mission(Mission),
    SyncSignal(SyncSignal),
    VirtualRC(VirtualRc),
    Mfio(Mfio),
    Subscribe(Subscribe),
}

Variants

Methods

impl CmdSet
[src]

Trait Implementations

impl Debug for CmdSet
[src]

Formats the value using the given formatter.

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

impl Clone for CmdSet
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more