msfs::sys

Type Alias FLOAT64_VECTOR2

Source
pub type FLOAT64_VECTOR2 = _FLOAT64_VECTOR2;

Aliased Type§

struct FLOAT64_VECTOR2 {
    pub i: f64,
    pub j: f64,
}

Fields§

§i: f64§j: f64

Trait Implementations

Source§

impl Clone for _FLOAT64_VECTOR2

Source§

fn clone(&self) -> _FLOAT64_VECTOR2

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 _FLOAT64_VECTOR2

Source§

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

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

impl Copy for _FLOAT64_VECTOR2