Struct windows_sys::Win32::Security::Cryptography::CRYPT_CREDENTIALS
#[repr(C)]pub struct CRYPT_CREDENTIALS {
pub cbSize: u32,
pub pszCredentialsOid: PCSTR,
pub pvCredentials: *mut c_void,
}
Fields§
§cbSize: u32
§pszCredentialsOid: PCSTR
§pvCredentials: *mut c_void
Trait Implementations§
§impl Clone for CRYPT_CREDENTIALS
impl Clone for CRYPT_CREDENTIALS
impl Copy for CRYPT_CREDENTIALS
Auto Trait Implementations§
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