Type Alias iso9660_dtime_t

Source
pub type iso9660_dtime_t = iso9660_dtime_s;

Aliased Type§

struct iso9660_dtime_t {
    pub dt_year: u8,
    pub dt_month: u8,
    pub dt_day: u8,
    pub dt_hour: u8,
    pub dt_minute: u8,
    pub dt_second: u8,
    pub dt_gmtoff: i8,
}

Fields§

§dt_year: u8§dt_month: u8§dt_day: u8§dt_hour: u8§dt_minute: u8§dt_second: u8§dt_gmtoff: i8