Enum smbioslib::ProbeVoltage
source · [−]pub enum ProbeVoltage {
Millivolts(u16),
Unknown,
}
Expand description
Variants
Millivolts(u16)
Voltage in millivolts
Unknown
Voltage is unknown
Trait Implementations
sourceimpl Debug for ProbeVoltage
impl Debug for ProbeVoltage
sourceimpl From<u16> for ProbeVoltage
impl From<u16> for ProbeVoltage
sourceimpl Serialize for ProbeVoltage
impl Serialize for ProbeVoltage
Auto Trait Implementations
impl RefUnwindSafe for ProbeVoltage
impl Send for ProbeVoltage
impl Sync for ProbeVoltage
impl Unpin for ProbeVoltage
impl UnwindSafe for ProbeVoltage
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