#[repr(C)]pub struct _CRYPT_PASSWORD_CREDENTIALSW {
pub cbSize: DWORD,
pub pszUsername: LPWSTR,
pub pszPassword: LPWSTR,
}Fields§
§cbSize: DWORD§pszUsername: LPWSTR§pszPassword: LPWSTRTrait Implementations§
Source§impl Clone for _CRYPT_PASSWORD_CREDENTIALSW
impl Clone for _CRYPT_PASSWORD_CREDENTIALSW
Source§fn clone(&self) -> _CRYPT_PASSWORD_CREDENTIALSW
fn clone(&self) -> _CRYPT_PASSWORD_CREDENTIALSW
Returns a duplicate 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 moreSource§impl Debug for _CRYPT_PASSWORD_CREDENTIALSW
impl Debug for _CRYPT_PASSWORD_CREDENTIALSW
impl Copy for _CRYPT_PASSWORD_CREDENTIALSW
Auto Trait Implementations§
impl Freeze for _CRYPT_PASSWORD_CREDENTIALSW
impl RefUnwindSafe for _CRYPT_PASSWORD_CREDENTIALSW
impl !Send for _CRYPT_PASSWORD_CREDENTIALSW
impl !Sync for _CRYPT_PASSWORD_CREDENTIALSW
impl Unpin for _CRYPT_PASSWORD_CREDENTIALSW
impl UnwindSafe for _CRYPT_PASSWORD_CREDENTIALSW
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