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 CoresEnabled
impl Send for CoresEnabled
impl Sync for CoresEnabled
impl Unpin for CoresEnabled
impl UnwindSafe for CoresEnabled