Enum smbioslib::CpuStatus [−][src]
pub enum CpuStatus {
Unknown,
Enabled,
UserDisabled,
BiosDisabled,
Idle,
Other,
None,
}Expand description
CPU Status
Variants
0h – Unknown
1h – CPU Enabled
2h – CPU Disabled by User through BIOS Setup
3h – CPU Disabled By BIOS (POST Error)
4h – CPU is Idle, waiting to be enabled.
7h – Other
A value unknown to this standard, check the raw value
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CpuStatusimpl UnwindSafe for CpuStatus