nvmlComputeInstanceInfo_t

Type Alias nvmlComputeInstanceInfo_t 

Source
pub type nvmlComputeInstanceInfo_t = nvmlComputeInstanceInfo_st;

Aliased Type§

#[repr(C)]
pub 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