Enum smbioslib::VoltageProbeResolution [−][src]
pub enum VoltageProbeResolution { TenthsOfMillivolts(u16), Unknown, }
Variants
TenthsOfMillivolts(u16)
Resolution for the probe’s reading in tenths of millivolts
Resolution is unknown
Trait Implementations
impl Debug for VoltageProbeResolution
[src]
impl Debug for VoltageProbeResolution
[src]impl From<u16> for VoltageProbeResolution
[src]
impl From<u16> for VoltageProbeResolution
[src]impl Serialize for VoltageProbeResolution
[src]
impl Serialize for VoltageProbeResolution
[src]