pub enum SimulatorType {
Show 23 variants
Unknown,
MSFS95,
MSFS98,
MSCFS,
MSFS2000,
MSCFS2,
MSFS2002,
MSCFS3,
MSFS2004,
MSFSX,
MSFS,
MSFS2024,
XPLANE8,
XPLANE9,
XPLANE10,
XPLANE11,
XPLANE12,
P3Dv1,
P3Dv2,
P3Dv3,
P3Dv4,
P3Dv5,
FlightGear,
}Variants§
Unknown
MSFS95
MSFS98
MSCFS
MSFS2000
MSCFS2
MSFS2002
MSCFS3
MSFS2004
MSFSX
MSFS
MSFS2024
XPLANE8
XPLANE9
XPLANE10
XPLANE11
XPLANE12
P3Dv1
P3Dv2
P3Dv3
P3Dv4
P3Dv5
FlightGear
Trait Implementations§
Source§impl Clone for SimulatorType
impl Clone for SimulatorType
Source§fn clone(&self) -> SimulatorType
fn clone(&self) -> SimulatorType
Returns a duplicate 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 SimulatorType
impl Debug for SimulatorType
impl Copy for SimulatorType
Auto Trait Implementations§
impl Freeze for SimulatorType
impl RefUnwindSafe for SimulatorType
impl Send for SimulatorType
impl Sync for SimulatorType
impl Unpin for SimulatorType
impl UnwindSafe for SimulatorType
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