Struct windows_sys::Win32::System::Power::POWER_SESSION_RIT_STATE
#[repr(C)]pub struct POWER_SESSION_RIT_STATE {
pub Active: BOOLEAN,
pub LastInputTime: u64,
}Expand description
Required features: "Win32_System_Power", "Win32_Foundation"
Fields§
§Active: BOOLEAN§LastInputTime: u64