#[repr(C)]
pub struct WINTRUST_CERT_INFO { pub cbStruct: u32, pub pcwszDisplayName: PCWSTR, pub psCertContext: *mut CERT_CONTEXT, pub chStores: u32, pub pahStores: *mut HCERTSTORE, pub dwFlags: u32, pub psftVerifyAsOf: *mut FILETIME, }
Expand description

Required features: "Win32_Security_WinTrust", "Win32_Foundation", "Win32_Security_Cryptography"

Fields

cbStruct: u32pcwszDisplayName: PCWSTRpsCertContext: *mut CERT_CONTEXTchStores: u32pahStores: *mut HCERTSTOREdwFlags: u32psftVerifyAsOf: *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

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.