pub enum PowerSupplyType {
Other,
Unknown,
Linear,
Switching,
Battery,
Ups,
Converter,
Regulator,
None,
}
Expand description
§DMTF Power Supply Type
Variants§
Other
Other
Unknown
Unknown
Linear
Linear
Switching
Switching
Battery
Battery
Ups
UPS
Converter
Converter
Regulator
Regulator
None
A value unknown to this standard, check the raw value
Trait Implementations§
Source§impl Debug for PowerSupplyType
impl Debug for PowerSupplyType
Source§impl From<u16> for PowerSupplyType
impl From<u16> for PowerSupplyType
Source§impl PartialEq for PowerSupplyType
impl PartialEq for PowerSupplyType
Source§impl Serialize for PowerSupplyType
impl Serialize for PowerSupplyType
impl Eq for PowerSupplyType
impl StructuralPartialEq for PowerSupplyType
Auto Trait Implementations§
impl Freeze for PowerSupplyType
impl RefUnwindSafe for PowerSupplyType
impl Send for PowerSupplyType
impl Sync for PowerSupplyType
impl Unpin for PowerSupplyType
impl UnwindSafe for PowerSupplyType
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