#[repr(C)]pub struct CRYPT_PASSWORD_CREDENTIALSA {
pub cbSize: DWORD,
pub pszUsername: LPSTR,
pub pszPassword: LPSTR,
}
Fields§
§cbSize: DWORD
§pszUsername: LPSTR
§pszPassword: LPSTR
Trait Implementations§
Source§impl Clone for CRYPT_PASSWORD_CREDENTIALSA
impl Clone for CRYPT_PASSWORD_CREDENTIALSA
Source§fn clone(&self) -> CRYPT_PASSWORD_CREDENTIALSA
fn clone(&self) -> CRYPT_PASSWORD_CREDENTIALSA
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 Default for CRYPT_PASSWORD_CREDENTIALSA
impl Default for CRYPT_PASSWORD_CREDENTIALSA
Source§fn default() -> CRYPT_PASSWORD_CREDENTIALSA
fn default() -> CRYPT_PASSWORD_CREDENTIALSA
Returns the “default value” for a type. Read more
impl Copy for CRYPT_PASSWORD_CREDENTIALSA
Auto Trait Implementations§
impl Freeze for CRYPT_PASSWORD_CREDENTIALSA
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