msfs::sim_connect

Type Alias InitPosition

Source
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

Trait Implementations

Source§

impl Clone for SIMCONNECT_DATA_INITPOSITION

Source§

fn clone(&self) -> SIMCONNECT_DATA_INITPOSITION

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for SIMCONNECT_DATA_INITPOSITION

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Copy for SIMCONNECT_DATA_INITPOSITION