pub enum SystemWakeUpType {
Other,
Unknown,
ApmTimer,
ModernRing,
LanRemote,
PowerSwitch,
PciPme,
ACPowerRestored,
None,
}
Expand description
§System - Wake-up Type
Variants§
Other
Other
Unknown
Unknown
ApmTimer
APM Timer
ModernRing
Modem Ring
LanRemote
LAN Remote
PowerSwitch
Power Switch
PciPme
PCI PME#
ACPowerRestored
AC Power Restored
None
A value unknown to this standard, check the raw value
Trait Implementations§
Source§impl Debug for SystemWakeUpType
impl Debug for SystemWakeUpType
Source§impl PartialEq for SystemWakeUpType
impl PartialEq for SystemWakeUpType
Source§impl Serialize for SystemWakeUpType
impl Serialize for SystemWakeUpType
impl Eq for SystemWakeUpType
impl StructuralPartialEq for SystemWakeUpType
Auto Trait Implementations§
impl Freeze for SystemWakeUpType
impl RefUnwindSafe for SystemWakeUpType
impl Send for SystemWakeUpType
impl Sync for SystemWakeUpType
impl Unpin for SystemWakeUpType
impl UnwindSafe for SystemWakeUpType
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