Struct msfs::legacy::AircraftVariable
source · pub struct AircraftVariable { /* private fields */ }
Expand description
aircraft_varget get_aircraft_var_enum
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for AircraftVariable
impl Send for AircraftVariable
impl Sync for AircraftVariable
impl Unpin for AircraftVariable
impl UnwindSafe for AircraftVariable
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