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