pub type nvmlLedState_t = nvmlLedState_st;

Aliased Type§

struct nvmlLedState_t {
    pub cause: [i8; 256],
    pub color: u32,
}

Fields§

§cause: [i8; 256]§color: u32