msfs::sys

Type Alias ENG_FUEL_VARS

Source
pub type ENG_FUEL_VARS = _engine_fuel_vars;

Aliased Type§

struct ENG_FUEL_VARS {
    pub tank_selector: i32,
    pub tanks_used: i32,
    pub number_of_tanks_used: u32,
    pub fuelflow_pph: f64,
    pub fuel_available: u32,
}

Fields§

§tank_selector: i32§tanks_used: i32§number_of_tanks_used: u32§fuelflow_pph: f64§fuel_available: u32

Trait Implementations

Source§

impl Clone for _engine_fuel_vars

Source§

fn clone(&self) -> _engine_fuel_vars

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 _engine_fuel_vars

Source§

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

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

impl Copy for _engine_fuel_vars