Struct winapi::timezoneapi::DYNAMIC_TIME_ZONE_INFORMATION
[−]
[src]
pub struct DYNAMIC_TIME_ZONE_INFORMATION { pub Bias: LONG, pub StandardName: [WCHAR; 32], pub StandardDate: SYSTEMTIME, pub StandardBias: LONG, pub DaylightName: [WCHAR; 32], pub DaylightDate: SYSTEMTIME, pub DaylightBias: LONG, pub TimeZoneKeyName: [WCHAR; 128], pub DynamicDaylightTimeDisabled: BOOLEAN, }
Fields
Bias | |
StandardName | |
StandardDate | |
StandardBias | |
DaylightName | |
DaylightDate | |
DaylightBias | |
TimeZoneKeyName | |
DynamicDaylightTimeDisabled |
Trait Implementations
impl Copy for DYNAMIC_TIME_ZONE_INFORMATION
[src]
impl Clone for DYNAMIC_TIME_ZONE_INFORMATION
[src]
fn clone(&self) -> DYNAMIC_TIME_ZONE_INFORMATION
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more