Type Alias nvml_wrapper_sys::bindings::nvmlExcludedDeviceInfo_t
source · 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]