Struct tello::command_mode::CommandModeState[][src]

pub struct CommandModeState {
Show 16 fields pub pitch: i16, pub roll: i16, pub yaw: i16, pub vgx: i16, pub vgy: i16, pub vgz: i16, pub templ: i8, pub temph: i8, pub tof: i16, pub h: i16, pub bat: i8, pub baro: f32, pub time: f32, pub agx: f32, pub agy: f32, pub agz: f32,
}

Fields

pitch: i16roll: i16yaw: i16vgx: i16vgy: i16vgz: i16templ: i8temph: i8tof: i16h: i16bat: i8baro: f32time: f32agx: f32agy: f32agz: f32

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

The type returned in the event of a conversion error.

Performs the conversion.

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.