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

Required features: ‘Win32_Security_WinTrust’, ‘Win32_Foundation’, ‘Win32_Security_Cryptography’

Fields

cbStruct: u32pcwszDisplayName: PWSTRpsCertContext: *mut CERT_CONTEXTchStores: u32pahStores: *mut *mut c_voiddwFlags: 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

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.