pub enum InputVoltageRangeSwitching {
Other,
Unknown,
Manual,
AutoSwitch,
WideRange,
NotApplicable,
None,
}
Expand description
Variants
Other
Other
Unknown
Unknown
Manual
Manual,
AutoSwitch
Auto-switch
WideRange
Wide range
NotApplicable
Not applicable
None
A value unknown to this standard, check the raw value
Trait Implementations
sourceimpl Debug for InputVoltageRangeSwitching
impl Debug for InputVoltageRangeSwitching
sourceimpl From<u16> for InputVoltageRangeSwitching
impl From<u16> for InputVoltageRangeSwitching
impl Eq for InputVoltageRangeSwitching
impl StructuralEq for InputVoltageRangeSwitching
impl StructuralPartialEq for InputVoltageRangeSwitching
Auto Trait Implementations
impl RefUnwindSafe for InputVoltageRangeSwitching
impl Send for InputVoltageRangeSwitching
impl Sync for InputVoltageRangeSwitching
impl Unpin for InputVoltageRangeSwitching
impl UnwindSafe for InputVoltageRangeSwitching
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