Enum smbioslib::SystemWakeUpType [−][src]
pub enum SystemWakeUpType {
Other,
Unknown,
ApmTimer,
ModernRing,
LanRemote,
PowerSwitch,
PciPme,
ACPowerRestored,
None,
}Expand description
Variants
Other
Unknown
APM Timer
Modem Ring
LAN Remote
Power Switch
PCI PME#
AC Power Restored
A value unknown to this standard, check the raw value
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SystemWakeUpTypeimpl Send for SystemWakeUpTypeimpl Sync for SystemWakeUpTypeimpl Unpin for SystemWakeUpTypeimpl UnwindSafe for SystemWakeUpType