#[repr(C)]
pub union CERT_KEY_CONTEXT_0 {
pub hCryptProv: usize,
pub hNCryptKey: NCRYPT_KEY_HANDLE,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
hCryptProv: usize
hNCryptKey: NCRYPT_KEY_HANDLE
Trait Implementations
impl Clone for CERT_KEY_CONTEXT_0
impl Clone for CERT_KEY_CONTEXT_0
impl Copy for CERT_KEY_CONTEXT_0
Auto Trait Implementations
impl RefUnwindSafe for CERT_KEY_CONTEXT_0
impl Send for CERT_KEY_CONTEXT_0
impl Sync for CERT_KEY_CONTEXT_0
impl Unpin for CERT_KEY_CONTEXT_0
impl UnwindSafe for CERT_KEY_CONTEXT_0
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