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],
}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§
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