Struct winapi::um::timezoneapi::TIME_ZONE_INFORMATION
source · #[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§
§Bias: LONG§StandardName: [WCHAR; 32]§StandardDate: SYSTEMTIME§StandardBias: LONG§DaylightName: [WCHAR; 32]§DaylightDate: SYSTEMTIME§DaylightBias: LONGTrait Implementations§
source§impl Clone for TIME_ZONE_INFORMATION
impl Clone for TIME_ZONE_INFORMATION
source§fn clone(&self) -> TIME_ZONE_INFORMATION
fn clone(&self) -> TIME_ZONE_INFORMATION
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more