Enum smbioslib::CoolingDeviceType [−][src]
pub enum CoolingDeviceType { Other, Unknown, Fan, CentrifugalBlower, ChipFan, CabinetFan, PowerSupplyFan, HeatPipe, IntegratedRefrigeration, ActiveCooling, PassiveCooling, None, }
Expand description
Variants
Other
Unknown
Fan
Centrifugal Blower
Chip Fan
Cabinet Fan
Power Supply Fan
Heat Pipe
Integrated Refrigeration
Active Cooling
Passive Cooling
A value unknown to this standard, check the raw value
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CoolingDeviceType
impl Send for CoolingDeviceType
impl Sync for CoolingDeviceType
impl Unpin for CoolingDeviceType
impl UnwindSafe for CoolingDeviceType