Enum smbioslib::ProcessorVoltage [−][src]
pub enum ProcessorVoltage {
CurrentVolts(f32),
SupportedVolts(ProcessorSupportedVoltages),
}Variants
CurrentVolts(f32)Current Processor Voltage
SupportedVolts(ProcessorSupportedVoltages)Processor Supported Voltages
Trait Implementations
impl Debug for ProcessorVoltage[src]
impl Debug for ProcessorVoltage[src]impl Serialize for ProcessorVoltage[src]
impl Serialize for ProcessorVoltage[src]