Struct winapi::timezoneapi::TIME_ZONE_INFORMATION [] [src]

#[repr(C)]
pub struct 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, }

Fields

Trait Implementations

impl Debug for TIME_ZONE_INFORMATION
[src]

Formats the value using the given formatter.

impl Copy for TIME_ZONE_INFORMATION
[src]

impl Clone for TIME_ZONE_INFORMATION
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more