pub enum CoolingDeviceType {
Other,
Unknown,
Fan,
CentrifugalBlower,
ChipFan,
CabinetFan,
PowerSupplyFan,
HeatPipe,
IntegratedRefrigeration,
ActiveCooling,
PassiveCooling,
None,
}
Expand description
§Cooling Device Type
Variants§
Other
Other
Unknown
Unknown
Fan
Fan
CentrifugalBlower
Centrifugal Blower
ChipFan
Chip Fan
CabinetFan
Cabinet Fan
PowerSupplyFan
Power Supply Fan
HeatPipe
Heat Pipe
IntegratedRefrigeration
Integrated Refrigeration
ActiveCooling
Active Cooling
PassiveCooling
Passive Cooling
None
A value unknown to this standard, check the raw value
Trait Implementations§
Source§impl Debug for CoolingDeviceType
impl Debug for CoolingDeviceType
Source§impl PartialEq for CoolingDeviceType
impl PartialEq for CoolingDeviceType
Source§impl Serialize for CoolingDeviceType
impl Serialize for CoolingDeviceType
impl Eq for CoolingDeviceType
impl StructuralPartialEq for CoolingDeviceType
Auto Trait Implementations§
impl Freeze for CoolingDeviceType
impl RefUnwindSafe for CoolingDeviceType
impl Send for CoolingDeviceType
impl Sync for CoolingDeviceType
impl Unpin for CoolingDeviceType
impl UnwindSafe for CoolingDeviceType
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