Struct windows_sys::Win32::System::SystemServices::POWER_SESSION_CONNECT
[−]Expand description
Required features: ‘Win32_System_SystemServices’, ‘Win32_Foundation’
Fields
Connected: BOOLEAN
Console: BOOLEAN
Trait Implementations
impl Clone for POWER_SESSION_CONNECT
impl Clone for POWER_SESSION_CONNECT
impl Copy for POWER_SESSION_CONNECT
Auto Trait Implementations
impl RefUnwindSafe for POWER_SESSION_CONNECT
impl Send for POWER_SESSION_CONNECT
impl Sync for POWER_SESSION_CONNECT
impl Unpin for POWER_SESSION_CONNECT
impl UnwindSafe for POWER_SESSION_CONNECT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more