Enum smbioslib::SystemWakeUpType [−][src]
pub enum SystemWakeUpType {
Other,
Unknown,
ApmTimer,
ModernRing,
LanRemote,
PowerSwitch,
PciPme,
ACPowerRestored,
None,
}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
impl Debug for SystemWakeUpType[src]
impl Debug for SystemWakeUpType[src]impl PartialEq<SystemWakeUpType> for SystemWakeUpType[src]
impl PartialEq<SystemWakeUpType> for SystemWakeUpType[src]impl Serialize for SystemWakeUpType[src]
impl Serialize for SystemWakeUpType[src]