Enum smbioslib::ProcessorVoltage [−][src]
pub enum ProcessorVoltage {
CurrentVolts(f32),
SupportedVolts(ProcessorSupportedVoltages),
}Expand description
Variants
CurrentVolts(f32)Current Processor Voltage
SupportedVolts(ProcessorSupportedVoltages)Processor Supported Voltages
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ProcessorVoltageimpl Send for ProcessorVoltageimpl Sync for ProcessorVoltageimpl Unpin for ProcessorVoltageimpl UnwindSafe for ProcessorVoltage