Struct windows_sys::Win32::System::RemoteDesktop::WTS_SESSION_INFO_1W
#[repr(C)]pub struct WTS_SESSION_INFO_1W {
pub ExecEnvId: u32,
pub State: WTS_CONNECTSTATE_CLASS,
pub SessionId: u32,
pub pSessionName: PWSTR,
pub pHostName: PWSTR,
pub pUserName: PWSTR,
pub pDomainName: PWSTR,
pub pFarmName: PWSTR,
}
Fields§
§ExecEnvId: u32
§State: WTS_CONNECTSTATE_CLASS
§SessionId: u32
§pSessionName: PWSTR
§pHostName: PWSTR
§pUserName: PWSTR
§pDomainName: PWSTR
§pFarmName: PWSTR
Trait Implementations§
§impl Clone for WTS_SESSION_INFO_1W
impl Clone for WTS_SESSION_INFO_1W
§fn clone(&self) -> WTS_SESSION_INFO_1W
fn clone(&self) -> WTS_SESSION_INFO_1W
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for WTS_SESSION_INFO_1W
Auto Trait Implementations§
impl Freeze for WTS_SESSION_INFO_1W
impl RefUnwindSafe for WTS_SESSION_INFO_1W
impl !Send for WTS_SESSION_INFO_1W
impl !Sync for WTS_SESSION_INFO_1W
impl Unpin for WTS_SESSION_INFO_1W
impl UnwindSafe for WTS_SESSION_INFO_1W
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)