msfs::sim_connect

Type Alias DataXYZ

Source
pub type DataXYZ = SIMCONNECT_DATA_XYZ;

Aliased Type§

struct DataXYZ {
    pub x: f64,
    pub y: f64,
    pub z: f64,
}

Fields§

§x: f64§y: f64§z: f64

Trait Implementations

Source§

impl Clone for SIMCONNECT_DATA_XYZ

Source§

fn clone(&self) -> SIMCONNECT_DATA_XYZ

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_XYZ

Source§

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

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

impl Copy for SIMCONNECT_DATA_XYZ