Enum smbioslib::ProcessorVoltage
source · [−]pub enum ProcessorVoltage {
CurrentVolts(f32),
SupportedVolts(ProcessorSupportedVoltages),
}
Expand description
Variants
CurrentVolts(f32)
Current Processor Voltage
SupportedVolts(ProcessorSupportedVoltages)
Processor Supported Voltages
Trait Implementations
sourceimpl Debug for ProcessorVoltage
impl Debug for ProcessorVoltage
sourceimpl From<u8> for ProcessorVoltage
impl From<u8> for ProcessorVoltage
sourceimpl Serialize for ProcessorVoltage
impl Serialize for ProcessorVoltage
Auto Trait Implementations
impl RefUnwindSafe for ProcessorVoltage
impl Send for ProcessorVoltage
impl Sync for ProcessorVoltage
impl Unpin for ProcessorVoltage
impl UnwindSafe for ProcessorVoltage
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more