Type Alias riot_sys::__tzinfo_type

source ·
pub type __tzinfo_type = __tzinfo_struct;

Aliased Type§

struct __tzinfo_type {
    pub __tznorth: i32,
    pub __tzyear: i32,
    pub __tzrule: [__tzrule_struct; 2],
}

Fields§

§__tznorth: i32§__tzyear: i32§__tzrule: [__tzrule_struct; 2]