Home
last modified time | relevance | path

Searched defs:DYNAMIC_TIME_ZONE_INFORMATION (Results 1 – 3 of 3) sorted by relevance

/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Win32/System/Time/
Dmod.rs45 pub struct DYNAMIC_TIME_ZONE_INFORMATION { struct
57 impl ::core::marker::Copy for DYNAMIC_TIME_ZONE_INFORMATION {} argument
59 impl ::core::clone::Clone for DYNAMIC_TIME_ZONE_INFORMATION { implementation
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Win32/System/Time/
Dmod.rs45 pub struct DYNAMIC_TIME_ZONE_INFORMATION { struct
57 impl ::core::marker::Copy for DYNAMIC_TIME_ZONE_INFORMATION {} argument
59 impl ::core::clone::Clone for DYNAMIC_TIME_ZONE_INFORMATION { implementation
/external/rust/android-crates-io/crates/chrono/src/offset/local/
Dwin_bindings.rs10 pub struct DYNAMIC_TIME_ZONE_INFORMATION { struct
11 pub Bias: i32,
12 pub StandardName: [u16; 32],
13 pub StandardDate: SYSTEMTIME,
14 pub StandardBias: i32,
15 pub DaylightName: [u16; 32],
16 pub DaylightDate: SYSTEMTIME,
17 pub DaylightBias: i32,
18 pub TimeZoneKeyName: [u16; 128],
19 pub DynamicDaylightTimeDisabled: BOOLEAN,