Type Alias riot_sys::__tzrule_type

source ·
pub type __tzrule_type = __tzrule_struct;

Aliased Type§

struct __tzrule_type {
    pub ch: u8,
    pub m: i32,
    pub n: i32,
    pub d: i32,
    pub s: i32,
    pub change: i64,
    pub offset: i32,
}

Fields§

§ch: u8§m: i32§n: i32§d: i32§s: i32§change: i64§offset: i32