Struct windows_sys::Win32::System::RemoteDesktop::WTS_PROCESS_INFOA
#[repr(C)]pub struct WTS_PROCESS_INFOA {
pub SessionId: u32,
pub ProcessId: u32,
pub pProcessName: PSTR,
pub pUserSid: PSID,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§SessionId: u32
§ProcessId: u32
§pProcessName: PSTR
§pUserSid: PSID
Trait Implementations§
§impl Clone for WTS_PROCESS_INFOA
impl Clone for WTS_PROCESS_INFOA
impl Copy for WTS_PROCESS_INFOA
Auto Trait Implementations§
impl RefUnwindSafe for WTS_PROCESS_INFOA
impl !Send for WTS_PROCESS_INFOA
impl !Sync for WTS_PROCESS_INFOA
impl Unpin for WTS_PROCESS_INFOA
impl UnwindSafe for WTS_PROCESS_INFOA
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