Skip to main content

nvmlExcludedDeviceInfo_t

Type Alias nvmlExcludedDeviceInfo_t 

Source
pub type nvmlExcludedDeviceInfo_t = nvmlExcludedDeviceInfo_st;

Aliased Type§

#[repr(C)]
pub struct nvmlExcludedDeviceInfo_t { pub pciInfo: nvmlPciInfo_st, pub uuid: [i8; 80], }

Fields§

§pciInfo: nvmlPciInfo_st§uuid: [i8; 80]