Enum smbioslib::ProcessorType [−][src]
pub enum ProcessorType {
Other,
Unknown,
CentralProcessor,
MathProcessor,
DspProcessor,
VideoProcessor,
None,
}Expand description
Variants
Other
Unknown
Central Processor
Math Processor
DSP Processor
Video Processor
A value unknown to this standard, check the raw value
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ProcessorTypeimpl Send for ProcessorTypeimpl Sync for ProcessorTypeimpl Unpin for ProcessorTypeimpl UnwindSafe for ProcessorType