pub enum ProbeVoltage {
Millivolts(u16),
Unknown,
}
Expand description
§Probe Voltage
Variants§
Trait Implementations§
Source§impl Debug for ProbeVoltage
impl Debug for ProbeVoltage
Source§impl From<u16> for ProbeVoltage
impl From<u16> for ProbeVoltage
Auto Trait Implementations§
impl Freeze for ProbeVoltage
impl RefUnwindSafe for ProbeVoltage
impl Send for ProbeVoltage
impl Sync for ProbeVoltage
impl Unpin for ProbeVoltage
impl UnwindSafe for ProbeVoltage
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