pub type iso9660_ltime_t = iso9660_ltime_s;Aliased Type§
#[repr(C, packed(1))]pub struct iso9660_ltime_t {
pub lt_year: [i8; 4],
pub lt_month: [i8; 2],
pub lt_day: [i8; 2],
pub lt_hour: [i8; 2],
pub lt_minute: [i8; 2],
pub lt_second: [i8; 2],
pub lt_hsecond: [i8; 2],
pub lt_gmtoff: i8,
}Fields§
§lt_year: [i8; 4]§lt_month: [i8; 2]§lt_day: [i8; 2]§lt_hour: [i8; 2]§lt_minute: [i8; 2]§lt_second: [i8; 2]§lt_hsecond: [i8; 2]§lt_gmtoff: i8