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