pub type nvmlProcessInfo_t = nvmlProcessInfo_v2_st;Aliased Type§
#[repr(C)]pub struct nvmlProcessInfo_t {
pub pid: u32,
pub usedGpuMemory: u64,
pub gpuInstanceId: u32,
pub computeInstanceId: u32,
}Fields§
§pid: u32§usedGpuMemory: u64§gpuInstanceId: u32§computeInstanceId: u32