Struct windows_sys::Win32::System::Power::POWER_SESSION_CONNECT
#[repr(C)]pub struct POWER_SESSION_CONNECT {
pub Connected: BOOLEAN,
pub Console: BOOLEAN,
}
Expand description
Required features: "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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more