pub type nvmlEventData_t = nvmlEventData_st;Aliased Type§
#[repr(C)]pub struct nvmlEventData_t {
pub device: *mut nvmlDevice_st,
pub eventType: u64,
pub eventData: u64,
pub gpuInstanceId: u32,
pub computeInstanceId: u32,
}Fields§
§device: *mut nvmlDevice_st§eventType: u64§eventData: u64§gpuInstanceId: u32§computeInstanceId: u32