pub type nvmlUUID_t = nvmlUUID_v1_t;Aliased Type§
#[repr(C)]pub struct nvmlUUID_t {
pub version: u32,
pub type_: u32,
pub value: nvmlUUIDValue_t,
}Fields§
§version: u32§type_: u32§value: nvmlUUIDValue_tpub type nvmlUUID_t = nvmlUUID_v1_t;#[repr(C)]pub struct nvmlUUID_t {
pub version: u32,
pub type_: u32,
pub value: nvmlUUIDValue_t,
}version: u32§type_: u32§value: nvmlUUIDValue_t