Enum smbioslib::ThreadCount [−][src]
pub enum ThreadCount { Unknown, Count(u8), SeeThreadCount2, }
Expand description
Processor Thread Count
Variants
The value is unknown
Count(u8)
Number of threads per processor socket
For thread counts of 256 or greater the ‘thread_count_2’ field is set to the number of cores.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ThreadCount
impl Send for ThreadCount
impl Sync for ThreadCount
impl Unpin for ThreadCount
impl UnwindSafe for ThreadCount