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,
}
Expand description
Required features: "Win32_Security_Cryptography"
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more