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 SystemWakeUpType
impl Send for SystemWakeUpType
impl Sync for SystemWakeUpType
impl Unpin for SystemWakeUpType
impl UnwindSafe for SystemWakeUpType