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