Type Alias nvml_wrapper_sys::bindings::nvmlUnitFanInfo_t
source · pub type nvmlUnitFanInfo_t = nvmlUnitFanInfo_st;
Aliased Type§
struct nvmlUnitFanInfo_t {
pub speed: u32,
pub state: u32,
}
Fields§
§speed: u32
§state: u32