Struct windows_sys::Win32::Security::Cryptography::CERT_REQUEST_INFO
[−]#[repr(C)]pub struct CERT_REQUEST_INFO {
pub dwVersion: u32,
pub Subject: CRYPTOAPI_BLOB,
pub SubjectPublicKeyInfo: CERT_PUBLIC_KEY_INFO,
pub cAttribute: u32,
pub rgAttribute: *mut CRYPT_ATTRIBUTE,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
dwVersion: u32
Subject: CRYPTOAPI_BLOB
SubjectPublicKeyInfo: CERT_PUBLIC_KEY_INFO
cAttribute: u32
rgAttribute: *mut CRYPT_ATTRIBUTE
Trait Implementations
impl Clone for CERT_REQUEST_INFO
impl Clone for CERT_REQUEST_INFO
impl Copy for CERT_REQUEST_INFO
Auto Trait Implementations
impl RefUnwindSafe for CERT_REQUEST_INFO
impl !Send for CERT_REQUEST_INFO
impl !Sync for CERT_REQUEST_INFO
impl Unpin for CERT_REQUEST_INFO
impl UnwindSafe for CERT_REQUEST_INFO
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