#[repr(C)]
pub struct CERT_REVOCATION_PARA { pub cbSize: u32, pub pIssuerCert: *mut CERT_CONTEXT, pub cCertStore: u32, pub rgCertStore: *mut *mut c_void, pub hCrlStore: *mut c_void, pub pftTimeToUse: *mut FILETIME, }
Expand description

Required features: ‘Win32_Security_Cryptography’, ‘Win32_Foundation’

Fields

cbSize: u32pIssuerCert: *mut CERT_CONTEXTcCertStore: u32rgCertStore: *mut *mut c_voidhCrlStore: *mut c_voidpftTimeToUse: *mut FILETIME

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.