pub type nvmlSample_t = nvmlSample_st;Aliased Type§
#[repr(C)]pub struct nvmlSample_t {
pub timeStamp: u64,
pub sampleValue: nvmlValue_st,
}Fields§
§timeStamp: u64§sampleValue: nvmlValue_stpub type nvmlSample_t = nvmlSample_st;#[repr(C)]pub struct nvmlSample_t {
pub timeStamp: u64,
pub sampleValue: nvmlValue_st,
}timeStamp: u64§sampleValue: nvmlValue_st