pub enum ProcessorType {
Other,
Unknown,
CentralProcessor,
MathProcessor,
DspProcessor,
VideoProcessor,
None,
}
Expand description
§Processor Type
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 for ProcessorType
impl PartialEq for ProcessorType
Source§impl Serialize for ProcessorType
impl Serialize for ProcessorType
impl Eq for ProcessorType
impl StructuralPartialEq for ProcessorType
Auto Trait Implementations§
impl Freeze for ProcessorType
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