Enum smbioslib::ProcessorType
source · [−]pub enum ProcessorType {
Other,
Unknown,
CentralProcessor,
MathProcessor,
DspProcessor,
VideoProcessor,
None,
}
Expand description
Variants
Other
Other
Unknown
Unknown
CentralProcessor
Central Processor
MathProcessor
Math Processor
DspProcessor
DSP Processor
VideoProcessor
Video Processor
None
A value unknown to this standard, check the raw value
Trait Implementations
sourceimpl Debug for ProcessorType
impl Debug for ProcessorType
sourceimpl PartialEq<ProcessorType> for ProcessorType
impl PartialEq<ProcessorType> for ProcessorType
sourceimpl Serialize for ProcessorType
impl Serialize for ProcessorType
impl Eq for ProcessorType
impl StructuralEq for ProcessorType
impl StructuralPartialEq for ProcessorType
Auto Trait Implementations
impl RefUnwindSafe for ProcessorType
impl Send for ProcessorType
impl Sync for ProcessorType
impl Unpin for ProcessorType
impl UnwindSafe for ProcessorType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more