Enum smbioslib::CoreCount [−][src]
pub enum CoreCount { Unknown, Count(u8), SeeCoreCount2, }
Expand description
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.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CoreCount
impl UnwindSafe for CoreCount