Enum smbioslib::CoreCount [−][src]
pub enum CoreCount {
Unknown,
Count(u8),
SeeCoreCount2,
}Processor Core Count
Variants
The value is unknown
Count(u8)Number of cores per processor socket
For core counts of 256 or greater the ‘core_count_2’ field is set to the number of cores.