pub type iso_rock_time_t = iso_rock_time_s;Aliased Type§
#[repr(C, packed(1))]pub struct iso_rock_time_t {
pub b_used: bool,
pub b_longdate: bool,
pub t: iso_rock_time_s__bindgen_ty_1,
}Fields§
§b_used: bool§b_longdate: bool§t: iso_rock_time_s__bindgen_ty_1