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§
source§impl Debug for CurrentProbeResolution
impl Debug for CurrentProbeResolution
source§impl From<u16> for CurrentProbeResolution
impl From<u16> 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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more