pub type nvmlExcludedDeviceInfo_t = nvmlExcludedDeviceInfo_st;

Aliased Type§

struct nvmlExcludedDeviceInfo_t {
    pub pciInfo: nvmlPciInfo_st,
    pub uuid: [i8; 80],
}

Fields§

§pciInfo: nvmlPciInfo_st§uuid: [i8; 80]