#[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 copy 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_CREDENTIALSA
impl Debug for _CRYPT_PASSWORD_CREDENTIALSA
Source§impl Ord for _CRYPT_PASSWORD_CREDENTIALSA
impl Ord for _CRYPT_PASSWORD_CREDENTIALSA
Source§fn cmp(&self, other: &_CRYPT_PASSWORD_CREDENTIALSA) -> Ordering
fn cmp(&self, other: &_CRYPT_PASSWORD_CREDENTIALSA) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _CRYPT_PASSWORD_CREDENTIALSA
impl PartialEq for _CRYPT_PASSWORD_CREDENTIALSA
Source§fn eq(&self, other: &_CRYPT_PASSWORD_CREDENTIALSA) -> bool
fn eq(&self, other: &_CRYPT_PASSWORD_CREDENTIALSA) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for _CRYPT_PASSWORD_CREDENTIALSA
impl PartialOrd for _CRYPT_PASSWORD_CREDENTIALSA
impl Copy for _CRYPT_PASSWORD_CREDENTIALSA
impl Eq for _CRYPT_PASSWORD_CREDENTIALSA
impl StructuralPartialEq 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