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§
source§impl Debug for InputVoltageRangeSwitching
impl Debug for InputVoltageRangeSwitching
source§impl From<u16> for InputVoltageRangeSwitching
impl From<u16> for InputVoltageRangeSwitching
source§impl PartialEq<InputVoltageRangeSwitching> for InputVoltageRangeSwitching
impl PartialEq<InputVoltageRangeSwitching> for InputVoltageRangeSwitching
source§fn eq(&self, other: &InputVoltageRangeSwitching) -> bool
fn eq(&self, other: &InputVoltageRangeSwitching) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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§
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