Enum smbioslib::ThreadCount2 [−][src]
pub enum ThreadCount2 {
Unknown,
Count(u16),
Reserved,
}Expand description
Processor Thread Count #2
Variants
The value is unknown
Count(u16)Number of threads per processor socket
Reserved (0xFFFF)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ThreadCount2impl Send for ThreadCount2impl Sync for ThreadCount2impl Unpin for ThreadCount2impl UnwindSafe for ThreadCount2