#[repr(C)]pub struct CRYPT_PASSWORD_CREDENTIALSA {
pub cbSize: u32,
pub pszUsername: PSTR,
pub pszPassword: PSTR,
}
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§
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