pub type nvmlVgpuTypeMaxInstance_t = nvmlVgpuTypeMaxInstance_v1_t;Aliased Type§
#[repr(C)]pub struct nvmlVgpuTypeMaxInstance_t {
pub version: u32,
pub vgpuTypeId: u32,
pub maxInstancePerGI: u32,
}Fields§
§version: u32§vgpuTypeId: u32§maxInstancePerGI: u32