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
sourceimpl Debug for SystemWakeUpType
impl Debug for SystemWakeUpType
sourceimpl PartialEq<SystemWakeUpType> for SystemWakeUpType
impl PartialEq<SystemWakeUpType> for SystemWakeUpType
sourceimpl 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more