[][src]Module libmedium::sensors::temp

Module containing the temp sensors and their related functionality.

Structs

ReadOnlyTemp

Struct that represents a read only temp sensor.

ReadWriteTemp

Struct that represents a read/write temp sensor.

Temperature

Struct that represents a temperature.

Enums

TempType

Enum that represents the different temp sensor types.

Traits

TempSensor

Trait implemented by all temp sensors.