#[repr(C)]pub struct CRYPT_CREDENTIALS {
pub cbSize: DWORD,
pub pszCredentialsOid: LPCSTR,
pub pvCredentials: LPVOID,
}
Fields§
§cbSize: DWORD
§pszCredentialsOid: LPCSTR
§pvCredentials: LPVOID
Trait Implementations§
Source§impl Clone for CRYPT_CREDENTIALS
impl Clone for CRYPT_CREDENTIALS
Source§fn clone(&self) -> CRYPT_CREDENTIALS
fn clone(&self) -> CRYPT_CREDENTIALS
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_CREDENTIALS
impl Default for CRYPT_CREDENTIALS
Source§fn default() -> CRYPT_CREDENTIALS
fn default() -> CRYPT_CREDENTIALS
Returns the “default value” for a type. Read more
impl Copy for CRYPT_CREDENTIALS
Auto Trait Implementations§
impl Freeze for CRYPT_CREDENTIALS
impl RefUnwindSafe for CRYPT_CREDENTIALS
impl !Send for CRYPT_CREDENTIALS
impl !Sync for CRYPT_CREDENTIALS
impl Unpin for CRYPT_CREDENTIALS
impl UnwindSafe for CRYPT_CREDENTIALS
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