Struct win_sys::SystemServices::POWER_SESSION_WINLOGON [−][src]
#[repr(C)]pub struct POWER_SESSION_WINLOGON {
pub SessionId: u32,
pub Console: BOOLEAN,
pub Locked: BOOLEAN,
}Expand description
Required features: Win32_System_SystemServices, Win32_Foundation
Fields
SessionId: u32Console: BOOLEANLocked: BOOLEANTrait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for POWER_SESSION_WINLOGON
impl Send for POWER_SESSION_WINLOGON
impl Sync for POWER_SESSION_WINLOGON
impl Unpin for POWER_SESSION_WINLOGON
impl UnwindSafe for POWER_SESSION_WINLOGON
Blanket Implementations
Mutably borrows from an owned value. Read more