Enum smbioslib::SystemWakeUpType
source · pub enum SystemWakeUpType {
Other,
Unknown,
ApmTimer,
ModernRing,
LanRemote,
PowerSwitch,
PciPme,
ACPowerRestored,
None,
}
Expand description
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<SystemWakeUpType> for SystemWakeUpType
impl PartialEq<SystemWakeUpType> for SystemWakeUpType
source§fn eq(&self, other: &SystemWakeUpType) -> bool
fn eq(&self, other: &SystemWakeUpType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for SystemWakeUpType
impl Serialize for SystemWakeUpType
impl Eq for SystemWakeUpType
impl StructuralEq for SystemWakeUpType
impl StructuralPartialEq for SystemWakeUpType
Auto Trait Implementations§
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