Enum tello::Flip[][src]

pub enum Flip {
    Forward,
    Left,
    Back,
    Right,
    ForwardLeft,
    BackLeft,
    BackRight,
    ForwardRight,
}
Expand description

Flip commands taken from Go version of code

Variants

Forward

flips forward.

Left

flips left.

Back

flips backwards.

Right

flips to the right.

ForwardLeft

flips forwards and to the left.

BackLeft

flips backwards and to the left.

BackRight

flips backwards and to the right.

ForwardRight

flips forwards and to the right.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.