Union windows_sys::Win32::Security::Cryptography::SIGNER_CERT_0
#[repr(C)]
pub union SIGNER_CERT_0 {
pub pwszSpcFile: PCWSTR,
pub pCertStoreInfo: *mut SIGNER_CERT_STORE_INFO,
pub pSpcChainInfo: *mut SIGNER_SPC_CHAIN_INFO,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§pwszSpcFile: PCWSTR
§pCertStoreInfo: *mut SIGNER_CERT_STORE_INFO
§pSpcChainInfo: *mut SIGNER_SPC_CHAIN_INFO
Trait Implementations§
§impl Clone for SIGNER_CERT_0
impl Clone for SIGNER_CERT_0
impl Copy for SIGNER_CERT_0
Auto Trait Implementations§
impl RefUnwindSafe for SIGNER_CERT_0
impl !Send for SIGNER_CERT_0
impl !Sync for SIGNER_CERT_0
impl Unpin for SIGNER_CERT_0
impl UnwindSafe for SIGNER_CERT_0
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