Struct windows_sys::Win32::Security::Cryptography::SIGNER_CERT_STORE_INFO
#[repr(C)]pub struct SIGNER_CERT_STORE_INFO {
pub cbSize: u32,
pub pSigningCert: *const CERT_CONTEXT,
pub dwCertPolicy: SIGNER_CERT_POLICY,
pub hCertStore: HCERTSTORE,
}Expand description
Required features: "Win32_Foundation"
Fields§
§cbSize: u32§pSigningCert: *const CERT_CONTEXT§dwCertPolicy: SIGNER_CERT_POLICY§hCertStore: HCERTSTORETrait Implementations§
§impl Clone for SIGNER_CERT_STORE_INFO
impl Clone for SIGNER_CERT_STORE_INFO
impl Copy for SIGNER_CERT_STORE_INFO
Auto Trait Implementations§
impl RefUnwindSafe for SIGNER_CERT_STORE_INFO
impl !Send for SIGNER_CERT_STORE_INFO
impl !Sync for SIGNER_CERT_STORE_INFO
impl Unpin for SIGNER_CERT_STORE_INFO
impl UnwindSafe for SIGNER_CERT_STORE_INFO
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more