Struct windows_sys::Win32::System::RemoteDesktop::WTS_USER_CREDENTIAL
[−]#[repr(C)]pub struct WTS_USER_CREDENTIAL {
pub UserName: [u16; 256],
pub Password: [u16; 256],
pub Domain: [u16; 256],
}
Expand description
Required features: "Win32_System_RemoteDesktop"
Fields
UserName: [u16; 256]
Password: [u16; 256]
Domain: [u16; 256]
Trait Implementations
impl Clone for WTS_USER_CREDENTIAL
impl Clone for WTS_USER_CREDENTIAL
impl Copy for WTS_USER_CREDENTIAL
Auto Trait Implementations
impl RefUnwindSafe for WTS_USER_CREDENTIAL
impl Send for WTS_USER_CREDENTIAL
impl Sync for WTS_USER_CREDENTIAL
impl Unpin for WTS_USER_CREDENTIAL
impl UnwindSafe for WTS_USER_CREDENTIAL
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