pub type nvmlUnitInfo_t = nvmlUnitInfo_st;Aliased Type§
#[repr(C)]pub struct nvmlUnitInfo_t {
pub name: [i8; 96],
pub id: [i8; 96],
pub serial: [i8; 96],
pub firmwareVersion: [i8; 96],
}Fields§
§name: [i8; 96]§id: [i8; 96]§serial: [i8; 96]§firmwareVersion: [i8; 96]