pub type nvmlGpuInstanceInfo_t = nvmlGpuInstanceInfo_st;

Aliased Type§

struct nvmlGpuInstanceInfo_t {
    pub device: *mut nvmlDevice_st,
    pub id: u32,
    pub profileId: u32,
    pub placement: nvmlGpuInstancePlacement_st,
}

Fields§

§device: *mut nvmlDevice_st§id: u32§profileId: u32§placement: nvmlGpuInstancePlacement_st