Struct windows_sys::Win32::System::Time::TIME_ZONE_INFORMATION
[−]#[repr(C)]pub struct TIME_ZONE_INFORMATION {
pub Bias: i32,
pub StandardName: [u16; 32],
pub StandardDate: SYSTEMTIME,
pub StandardBias: i32,
pub DaylightName: [u16; 32],
pub DaylightDate: SYSTEMTIME,
pub DaylightBias: i32,
}Expand description
Required features: "Win32_System_Time", "Win32_Foundation"
Fields
Bias: i32StandardName: [u16; 32]StandardDate: SYSTEMTIMEStandardBias: i32DaylightName: [u16; 32]DaylightDate: SYSTEMTIMEDaylightBias: i32Trait Implementations
impl Clone for TIME_ZONE_INFORMATION
impl Clone for TIME_ZONE_INFORMATION
impl Copy for TIME_ZONE_INFORMATION
Auto Trait Implementations
impl RefUnwindSafe for TIME_ZONE_INFORMATION
impl Send for TIME_ZONE_INFORMATION
impl Sync for TIME_ZONE_INFORMATION
impl Unpin for TIME_ZONE_INFORMATION
impl UnwindSafe for TIME_ZONE_INFORMATION
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more