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