Struct windows_sys::Win32::System::DeploymentServices::WDS_CLI_CRED
[−]#[repr(C)]pub struct WDS_CLI_CRED {
pub pwszUserName: PCWSTR,
pub pwszDomain: PCWSTR,
pub pwszPassword: PCWSTR,
}
Expand description
Required features: ‘Win32_System_DeploymentServices’
Fields
pwszUserName: PCWSTR
pwszDomain: PCWSTR
pwszPassword: PCWSTR
Trait Implementations
impl Clone for WDS_CLI_CRED
impl Clone for WDS_CLI_CRED
impl Copy for WDS_CLI_CRED
Auto Trait Implementations
impl RefUnwindSafe for WDS_CLI_CRED
impl !Send for WDS_CLI_CRED
impl !Sync for WDS_CLI_CRED
impl Unpin for WDS_CLI_CRED
impl UnwindSafe for WDS_CLI_CRED
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more