Struct tello::drone_state::FlightData[][src]

pub struct FlightData {
Show 32 fields pub height: i16, pub north_speed: i16, pub east_speed: i16, pub ground_speed: i16, pub fly_time: i16, pub imu_state: bool, pub pressure_state: bool, pub down_visual_state: bool, pub power_state: bool, pub battery_state: bool, pub gravity_state: bool, pub wind_state: bool, pub imu_calibration_state: u8, pub battery_percentage: u8, pub drone_battery_left: i16, pub drone_fly_time_left: i16, pub em_sky: bool, pub em_ground: bool, pub em_open: bool, pub drone_hover: bool, pub outage_recording: bool, pub battery_low: bool, pub battery_lower: bool, pub factory_mode: bool, pub fly_mode: u8, pub throw_fly_timer: u8, pub camera_state: u8, pub electrical_machinery_state: u8, pub front_in: bool, pub front_out: bool, pub front_lsc: bool, pub temperature_height: bool,
}

Fields

height: i16north_speed: i16east_speed: i16ground_speed: i16fly_time: i16imu_state: boolpressure_state: booldown_visual_state: boolpower_state: boolbattery_state: boolgravity_state: boolwind_state: boolimu_calibration_state: u8battery_percentage: u8drone_battery_left: i16drone_fly_time_left: i16em_sky: boolem_ground: boolem_open: booldrone_hover: booloutage_recording: boolbattery_low: boolbattery_lower: boolfactory_mode: boolfly_mode: u8throw_fly_timer: u8camera_state: u8electrical_machinery_state: u8front_in: boolfront_out: boolfront_lsc: booltemperature_height: bool

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

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 resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

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.