#[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: u32
Console: BOOLEAN
Locked: BOOLEAN
Trait Implementations
impl Clone for POWER_SESSION_WINLOGON
impl Clone for POWER_SESSION_WINLOGON
impl Copy for POWER_SESSION_WINLOGON
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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