Enum smbioslib::InputVoltageRangeSwitching [−][src]
pub enum InputVoltageRangeSwitching { Other, Unknown, Manual, AutoSwitch, WideRange, NotApplicable, None, }
Expand description
Variants
Other
Unknown
Manual,
Auto-switch
Wide range
Not applicable
A value unknown to this standard, check the raw value
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for InputVoltageRangeSwitching
impl Send for InputVoltageRangeSwitching
impl Sync for InputVoltageRangeSwitching
impl Unpin for InputVoltageRangeSwitching
impl UnwindSafe for InputVoltageRangeSwitching