#[repr(C)]pub struct CRYPT_PASSWORD_CREDENTIALSA {
pub cbSize: u32,
pub pszUsername: PSTR,
pub pszPassword: PSTR,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
cbSize: u32
pszUsername: PSTR
pszPassword: PSTR
Trait Implementations
impl Clone for CRYPT_PASSWORD_CREDENTIALSA
impl Clone for CRYPT_PASSWORD_CREDENTIALSA
impl Copy for CRYPT_PASSWORD_CREDENTIALSA
Auto Trait Implementations
impl RefUnwindSafe for CRYPT_PASSWORD_CREDENTIALSA
impl !Send for CRYPT_PASSWORD_CREDENTIALSA
impl !Sync for CRYPT_PASSWORD_CREDENTIALSA
impl Unpin for CRYPT_PASSWORD_CREDENTIALSA
impl UnwindSafe for CRYPT_PASSWORD_CREDENTIALSA
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