msfs::sys

Type Alias SIF64

Source
pub type SIF64 = SVAR64;

Aliased Type§

struct SIF64 {
    pub lo: u32,
    pub hi: i32,
}

Fields§

§lo: u32§hi: i32

Trait Implementations

Source§

impl Clone for SVAR64

Source§

fn clone(&self) -> SVAR64

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 SVAR64

Source§

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

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

impl Copy for SVAR64