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 ProcessorVoltage
impl Send for ProcessorVoltage
impl Sync for ProcessorVoltage
impl Unpin for ProcessorVoltage
impl UnwindSafe for ProcessorVoltage