Enum multiwii_serial_protocol::structs::MixerMode [] [src]

pub enum MixerMode {
    Tri,
    QuadPlus,
    QuadX,
    Bicopter,
    Gimbal,
    Y6,
    Hex6,
    FlyingWing,
    Y4,
    Hex6X,
    OctoX8,
}

Variants

Trait Implementations

impl PrimitiveEnum<u8> for MixerMode
[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 MixerMode
[src]

[src]

Formats the value using the given formatter.

impl Copy for MixerMode
[src]

impl Clone for MixerMode
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for MixerMode
[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 !=.