Enum smbioslib::CoresEnabled [−][src]
pub enum CoresEnabled {
Unknown,
Count(u8),
SeeCoresEnabled2,
}Expand description
Processor Cores Enabled
Variants
The value is unknown
Count(u8)Number of cores enabled
For core counts of 256 or greater the ‘cores_enabled_2’ field is set to the number of enabled cores.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CoresEnabledimpl Send for CoresEnabledimpl Sync for CoresEnabledimpl Unpin for CoresEnabledimpl UnwindSafe for CoresEnabled