pub enum MercurySwitchID {
Show 46 variants
NULL,
CabinLight,
PhotoLight,
LaunchControl,
StbyBtry,
IsolBtry,
Ammeter,
AudioBus,
FansACBus,
CabinFan,
SuitFan,
ASCSAC,
ASCSMode,
ASCSAuto,
ASCSGyro,
ArmSquib,
RetroDelay,
RetroAtt,
AutoRetroJett,
RetractScope,
AttitudeSelect,
WarningLightsBrightness,
VOXSwitch,
Beacon,
Transmit,
UHFSelect,
UHFDF,
TLMLoFreq,
LandingBag,
RescueAids,
AudioCabinPress,
AudioO2Emer,
AudioFuelQuan,
AudioRetroWarn,
LightsTest,
AudioH2OCabin,
AudioH2OSuit,
AudioRetroReset,
InletValve,
Maneuver,
Battery1,
Battery2,
Battery3,
Standby1,
Standby2,
IsolatedBattery,
}
Variants§
NULL
CabinLight
PhotoLight
LaunchControl
StbyBtry
IsolBtry
Ammeter
AudioBus
FansACBus
CabinFan
SuitFan
ASCSAC
ASCSMode
ASCSAuto
ASCSGyro
ArmSquib
RetroDelay
RetroAtt
AutoRetroJett
RetractScope
AttitudeSelect
WarningLightsBrightness
VOXSwitch
Beacon
Transmit
UHFSelect
UHFDF
TLMLoFreq
LandingBag
RescueAids
AudioCabinPress
AudioO2Emer
AudioFuelQuan
AudioRetroWarn
LightsTest
AudioH2OCabin
AudioH2OSuit
AudioRetroReset
InletValve
Maneuver
Battery1
Battery2
Battery3
Standby1
Standby2
IsolatedBattery
Trait Implementations§
Source§impl Debug for MercurySwitchID
impl Debug for MercurySwitchID
Source§impl<'de> Deserialize<'de> for MercurySwitchID
impl<'de> Deserialize<'de> for MercurySwitchID
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl IntoEnumIterator for MercurySwitchID
impl IntoEnumIterator for MercurySwitchID
type Iterator = MercurySwitchIDIter
fn iter() -> MercurySwitchIDIter ⓘ
Auto Trait Implementations§
impl Freeze for MercurySwitchID
impl RefUnwindSafe for MercurySwitchID
impl Send for MercurySwitchID
impl Sync for MercurySwitchID
impl Unpin for MercurySwitchID
impl UnwindSafe for MercurySwitchID
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