msfs::sys

Type Alias SINT48

Source
pub type SINT48 = ANGL48;

Aliased Type§

union SINT48 {
    pub __bindgen_anon_1: ANGL48__bindgen_ty_1,
    pub i64_: u64,
}

Fields§

§__bindgen_anon_1: ANGL48__bindgen_ty_1§i64_: u64

Trait Implementations

Source§

impl Clone for ANGL48

Source§

fn clone(&self) -> ANGL48

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 ANGL48