#[repr(C)]pub struct CRYPT_PASSWORD_CREDENTIALSW {
pub cbSize: u32,
pub pszUsername: PWSTR,
pub pszPassword: PWSTR,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
cbSize: u32
pszUsername: PWSTR
pszPassword: PWSTR
Trait Implementations
impl Clone for CRYPT_PASSWORD_CREDENTIALSW
impl Clone for CRYPT_PASSWORD_CREDENTIALSW
impl Copy for CRYPT_PASSWORD_CREDENTIALSW
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more