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: u32Subject: CRYPTOAPI_BLOBSubjectPublicKeyInfo: CERT_PUBLIC_KEY_INFOcAttribute: u32rgAttribute: *mut CRYPT_ATTRIBUTETrait 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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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