Struct 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
§fn clone(&self) -> WDS_CLI_CRED
fn clone(&self) -> WDS_CLI_CRED
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for WDS_CLI_CRED
Auto Trait Implementations§
impl Freeze for WDS_CLI_CRED
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