pub type InitPosition = SIMCONNECT_DATA_INITPOSITION;Aliased Type§
struct InitPosition {
pub Latitude: f64,
pub Longitude: f64,
pub Altitude: f64,
pub Pitch: f64,
pub Bank: f64,
pub Heading: f64,
pub OnGround: u64,
pub Airspeed: u64,
}Fields§
§Latitude: f64§Longitude: f64§Altitude: f64§Pitch: f64§Bank: f64§Heading: f64§OnGround: u64§Airspeed: u64