Struct windows_sys::Win32::System::RemoteDesktop::WTS_SESSION_INFOA
[−]#[repr(C)]pub struct WTS_SESSION_INFOA {
pub SessionId: u32,
pub pWinStationName: PSTR,
pub State: WTS_CONNECTSTATE_CLASS,
}
Expand description
Required features: "Win32_System_RemoteDesktop"
Fields
SessionId: u32
pWinStationName: PSTR
State: WTS_CONNECTSTATE_CLASS
Trait Implementations
impl Clone for WTS_SESSION_INFOA
impl Clone for WTS_SESSION_INFOA
impl Copy for WTS_SESSION_INFOA
Auto Trait Implementations
impl RefUnwindSafe for WTS_SESSION_INFOA
impl !Send for WTS_SESSION_INFOA
impl !Sync for WTS_SESSION_INFOA
impl Unpin for WTS_SESSION_INFOA
impl UnwindSafe for WTS_SESSION_INFOA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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