msfs::sys

Type Alias LLAF64

Source
pub type LLAF64 = _llaf64;

Aliased Type§

struct LLAF64 {
    pub lat: f64,
    pub lon: f64,
    pub alt: f64,
}

Fields§

§lat: f64§lon: f64§alt: f64

Trait Implementations

Source§

impl Clone for _llaf64

Source§

fn clone(&self) -> _llaf64

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 _llaf64

Source§

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

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

impl Copy for _llaf64