Struct smbioslib::ProcessorUpgradeData [−][src]
pub struct ProcessorUpgradeData {
pub raw: u8,
pub value: ProcessorUpgrade,
}Fields
raw: u8Raw value
raw is most useful when value is None. This is most likely to occur when the standard was updated but this library code has not been updated to match the current standard.
value: ProcessorUpgradeThe contained ProcessorUpgrade value
Trait Implementations
impl Debug for ProcessorUpgradeData[src]
impl Debug for ProcessorUpgradeData[src]impl Deref for ProcessorUpgradeData[src]
impl Deref for ProcessorUpgradeData[src]type Target = ProcessorUpgrade
type Target = ProcessorUpgradeThe resulting type after dereferencing.
impl Serialize for ProcessorUpgradeData[src]
impl Serialize for ProcessorUpgradeData[src]