Type Alias STORAGE_TEMPERATURE_INFO

Source
pub type STORAGE_TEMPERATURE_INFO = _STORAGE_TEMPERATURE_INFO;

Aliased Type§

struct STORAGE_TEMPERATURE_INFO {
    pub Index: u16,
    pub Temperature: i16,
    pub OverThreshold: i16,
    pub UnderThreshold: i16,
    pub OverThresholdChangable: u8,
    pub UnderThresholdChangable: u8,
    pub EventGenerated: u8,
    pub Reserved0: u8,
    pub Reserved1: u32,
}

Fields§

§Index: u16§Temperature: i16§OverThreshold: i16§UnderThreshold: i16§OverThresholdChangable: u8§UnderThresholdChangable: u8§EventGenerated: u8§Reserved0: u8§Reserved1: u32