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§
source§impl Debug for ProcessorType
impl Debug for ProcessorType
source§impl PartialEq<ProcessorType> for ProcessorType
impl PartialEq<ProcessorType> for ProcessorType
source§fn eq(&self, other: &ProcessorType) -> bool
fn eq(&self, other: &ProcessorType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl 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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more