Enum smbioslib::VoltageProbeResolution
source · [−]pub enum VoltageProbeResolution {
TenthsOfMillivolts(u16),
Unknown,
}
Expand description
Variants
TenthsOfMillivolts(u16)
Resolution for the probe’s reading in tenths of millivolts
Unknown
Resolution is unknown
Trait Implementations
sourceimpl Debug for VoltageProbeResolution
impl Debug for VoltageProbeResolution
sourceimpl From<u16> for VoltageProbeResolution
impl From<u16> for VoltageProbeResolution
sourceimpl Serialize for VoltageProbeResolution
impl Serialize for VoltageProbeResolution
Auto Trait Implementations
impl RefUnwindSafe for VoltageProbeResolution
impl Send for VoltageProbeResolution
impl Sync for VoltageProbeResolution
impl Unpin for VoltageProbeResolution
impl UnwindSafe for VoltageProbeResolution
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