Struct windows_sys::Win32::Security::WinTrust::WINTRUST_CERT_INFO
[−]#[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: u32
pcwszDisplayName: PCWSTR
psCertContext: *mut CERT_CONTEXT
chStores: u32
pahStores: *mut HCERTSTORE
dwFlags: u32
psftVerifyAsOf: *mut FILETIME
Trait Implementations
impl Clone for WINTRUST_CERT_INFO
impl Clone for WINTRUST_CERT_INFO
impl Copy for WINTRUST_CERT_INFO
Auto Trait Implementations
impl RefUnwindSafe for WINTRUST_CERT_INFO
impl !Send for WINTRUST_CERT_INFO
impl !Sync for WINTRUST_CERT_INFO
impl Unpin for WINTRUST_CERT_INFO
impl UnwindSafe for WINTRUST_CERT_INFO
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