Struct windows_sys::Win32::Security::Cryptography::CERT_KEY_CONTEXT
[−]#[repr(C)]pub struct CERT_KEY_CONTEXT {
pub cbSize: u32,
pub Anonymous: CERT_KEY_CONTEXT_0,
pub dwKeySpec: u32,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
cbSize: u32
Anonymous: CERT_KEY_CONTEXT_0
dwKeySpec: u32
Trait Implementations
impl Clone for CERT_KEY_CONTEXT
impl Clone for CERT_KEY_CONTEXT
impl Copy for CERT_KEY_CONTEXT
Auto Trait Implementations
impl RefUnwindSafe for CERT_KEY_CONTEXT
impl Send for CERT_KEY_CONTEXT
impl Sync for CERT_KEY_CONTEXT
impl Unpin for CERT_KEY_CONTEXT
impl UnwindSafe for CERT_KEY_CONTEXT
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