pub type nvmlComputeInstanceInfo_t = nvmlComputeInstanceInfo_st;

Aliased Type§

struct nvmlComputeInstanceInfo_t {
    pub device: *mut nvmlDevice_st,
    pub gpuInstance: *mut nvmlGpuInstance_st,
    pub id: u32,
    pub profileId: u32,
    pub placement: nvmlComputeInstancePlacement_st,
}

Fields§

§device: *mut nvmlDevice_st§gpuInstance: *mut nvmlGpuInstance_st§id: u32§profileId: u32§placement: nvmlComputeInstancePlacement_st