Enum multiwii_serial_protocol::structs::MspRcChannel [] [src]

pub enum MspRcChannel {
    Roll,
    Pitch,
    Yaw,
    Throttle,
    Aux1,
    Aux2,
    Aux3,
    Aux4,
    Aux5,
    Aux6,
    Aux7,
    Aux8,
    Aux9,
    Aux10,
    Aux11,
    Aux12,
    Aux13,
    Aux14,
    Aux15,
    Aux16,
}

Variants

Ailerons

Elevators

Rudder

Trait Implementations

impl PrimitiveEnum<u8> for MspRcChannel
[src]

[src]

Convert from a primitive, might fail.

[src]

Convert to a primitive value.

[src]

Display value, same as the name of a particular variant.

[src]

Convert from a string value representing the variant. Case sensitive.

[src]

Convert from a string value representing the variant. Lowercase.

[src]

A list all possible string variants.

impl Debug for MspRcChannel
[src]

[src]

Formats the value using the given formatter.

impl Copy for MspRcChannel
[src]

impl Clone for MspRcChannel
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for MspRcChannel
[src]

[src]

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

1.0.0
[src]

This method tests for !=.