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