#[repr(C)]
pub struct OCSP_REQUEST_INFO { pub dwVersion: u32, pub pRequestorName: *mut CERT_ALT_NAME_ENTRY, pub cRequestEntry: u32, pub rgRequestEntry: *mut OCSP_REQUEST_ENTRY, pub cExtension: u32, pub rgExtension: *mut CERT_EXTENSION, }
Expand description

Required features: "Win32_Security_Cryptography", "Win32_Foundation"

Fields§

§dwVersion: u32§pRequestorName: *mut CERT_ALT_NAME_ENTRY§cRequestEntry: u32§rgRequestEntry: *mut OCSP_REQUEST_ENTRY§cExtension: u32§rgExtension: *mut CERT_EXTENSION

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.