pub type nvmlGridLicenseExpiry_t = nvmlGridLicenseExpiry_st;

Aliased Type§

struct nvmlGridLicenseExpiry_t {
    pub year: u32,
    pub month: u16,
    pub day: u16,
    pub hour: u16,
    pub min: u16,
    pub sec: u16,
    pub status: u8,
}

Fields§

§year: u32§month: u16§day: u16§hour: u16§min: u16§sec: u16§status: u8