Struct windows_sys::Win32::Security::Cryptography::CERT_REVOCATION_PARA
[−]#[repr(C)]pub struct CERT_REVOCATION_PARA {
pub cbSize: u32,
pub pIssuerCert: *const CERT_CONTEXT,
pub cCertStore: u32,
pub rgCertStore: *mut HCERTSTORE,
pub hCrlStore: HCERTSTORE,
pub pftTimeToUse: *mut FILETIME,
}
Expand description
Required features: "Win32_Security_Cryptography"
, "Win32_Foundation"
Fields
cbSize: u32
pIssuerCert: *const CERT_CONTEXT
cCertStore: u32
rgCertStore: *mut HCERTSTORE
hCrlStore: HCERTSTORE
pftTimeToUse: *mut FILETIME
Trait Implementations
impl Clone for CERT_REVOCATION_PARA
impl Clone for CERT_REVOCATION_PARA
impl Copy for CERT_REVOCATION_PARA
Auto Trait Implementations
impl RefUnwindSafe for CERT_REVOCATION_PARA
impl !Send for CERT_REVOCATION_PARA
impl !Sync for CERT_REVOCATION_PARA
impl Unpin for CERT_REVOCATION_PARA
impl UnwindSafe for CERT_REVOCATION_PARA
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