msfs::sys

Type Alias LATLONALT_FLOAT32

Source
pub type LATLONALT_FLOAT32 = _latlonalt_float32;

Aliased Type§

struct LATLONALT_FLOAT32 {
    pub lat: f32,
    pub lon: f32,
    pub alt: f32,
}

Fields§

§lat: f32§lon: f32§alt: f32

Trait Implementations

Source§

impl Clone for _latlonalt_float32

Source§

fn clone(&self) -> _latlonalt_float32

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 _latlonalt_float32

Source§

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

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

impl Copy for _latlonalt_float32