Skip to main content

nvmlUnitFanInfo_t

Type Alias nvmlUnitFanInfo_t 

Source
pub type nvmlUnitFanInfo_t = nvmlUnitFanInfo_st;

Aliased Type§

#[repr(C)]
pub struct nvmlUnitFanInfo_t { pub speed: u32, pub state: u32, }

Fields§

§speed: u32§state: u32