msfs::sys

Type Alias LLF64

Source
pub type LLF64 = _llf64;

Aliased Type§

struct LLF64 {
    pub lat: f64,
    pub lon: f64,
}

Fields§

§lat: f64§lon: f64

Trait Implementations

Source§

impl Clone for _llf64

Source§

fn clone(&self) -> _llf64

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 _llf64

Source§

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

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

impl Copy for _llf64