pub enum InputVoltageRangeSwitching {
Other,
Unknown,
Manual,
AutoSwitch,
WideRange,
NotApplicable,
None,
}Expand description
§DMTF Input Voltage Range Switching
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
impl Eq for InputVoltageRangeSwitching
Source§impl From<u16> for InputVoltageRangeSwitching
impl From<u16> for InputVoltageRangeSwitching
Source§impl PartialEq for InputVoltageRangeSwitching
impl PartialEq for InputVoltageRangeSwitching
Source§fn eq(&self, other: &InputVoltageRangeSwitching) -> bool
fn eq(&self, other: &InputVoltageRangeSwitching) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for InputVoltageRangeSwitching
Auto Trait Implementations§
impl Freeze for InputVoltageRangeSwitching
impl RefUnwindSafe for InputVoltageRangeSwitching
impl Send for InputVoltageRangeSwitching
impl Sync for InputVoltageRangeSwitching
impl Unpin for InputVoltageRangeSwitching
impl UnsafeUnpin 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