Struct msfs::sys::_engine_fuel_vars
source · #[repr(C, packed(4))]pub struct _engine_fuel_vars {
pub tank_selector: ENUM,
pub tanks_used: FLAGS,
pub number_of_tanks_used: UINT32,
pub fuelflow_pph: FLOAT64,
pub fuel_available: BOOL32,
}
Fields§
§tank_selector: ENUM
§tanks_used: FLAGS
§number_of_tanks_used: UINT32
§fuelflow_pph: FLOAT64
§fuel_available: BOOL32
Trait Implementations§
source§impl Clone for _engine_fuel_vars
impl Clone for _engine_fuel_vars
source§fn clone(&self) -> _engine_fuel_vars
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)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for _engine_fuel_vars
impl Debug for _engine_fuel_vars
impl Copy for _engine_fuel_vars
Auto Trait Implementations§
impl RefUnwindSafe for _engine_fuel_vars
impl Send for _engine_fuel_vars
impl Sync for _engine_fuel_vars
impl Unpin for _engine_fuel_vars
impl UnwindSafe for _engine_fuel_vars
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more