Struct windows_sys::Win32::System::Power::ACPI_REAL_TIME
#[repr(C)]pub struct ACPI_REAL_TIME {
pub Year: u16,
pub Month: u8,
pub Day: u8,
pub Hour: u8,
pub Minute: u8,
pub Second: u8,
pub Valid: u8,
pub Milliseconds: u16,
pub TimeZone: i16,
pub DayLight: u8,
pub Reserved1: [u8; 3],
}Expand description
Required features: "Win32_System_Power"
Fields§
§Year: u16§Month: u8§Day: u8§Hour: u8§Minute: u8§Second: u8§Valid: u8§Milliseconds: u16§TimeZone: i16§DayLight: u8§Reserved1: [u8; 3]