Enum smbioslib::VoltageProbeResolution [−][src]
pub enum VoltageProbeResolution {
TenthsOfMillivolts(u16),
Unknown,
}Expand description
Variants
TenthsOfMillivolts(u16)Resolution for the probe’s reading in tenths of millivolts
Resolution is unknown
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for VoltageProbeResolutionimpl Send for VoltageProbeResolutionimpl Sync for VoltageProbeResolutionimpl Unpin for VoltageProbeResolutionimpl UnwindSafe for VoltageProbeResolution