msfs::sys

Type Alias ROV3_FLOAT64

Source
pub type ROV3_FLOAT64 = XYZF64;

Aliased Type§

struct ROV3_FLOAT64 {
    pub __bindgen_anon_1: XYZF64__bindgen_ty_1,
}

Fields§

§__bindgen_anon_1: XYZF64__bindgen_ty_1

Trait Implementations

Source§

impl Clone for XYZF64

Source§

fn clone(&self) -> XYZF64

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 Copy for XYZF64