Enum smbioslib::CoresEnabled [−][src]
pub enum CoresEnabled {
Unknown,
Count(u8),
SeeCoresEnabled2,
}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
impl Debug for CoresEnabled[src]
impl Debug for CoresEnabled[src]impl Serialize for CoresEnabled[src]
impl Serialize for CoresEnabled[src]