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