pub enum CurrentProbeResolution {
TenthsOfMilliamps(u16),
Unknown,
}
Expand description
§Current Probe Resolution
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 Freeze for CurrentProbeResolution
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