Struct winapi::wincrypt::CRYPT_VERIFY_MESSAGE_PARA
[−]
[src]
pub struct CRYPT_VERIFY_MESSAGE_PARA { pub cbSize: DWORD, pub dwMsgAndCertEncodingType: DWORD, pub hCryptProv: HCRYPTPROV_LEGACY, pub pfnGetSignerCertificate: PFN_CRYPT_GET_SIGNER_CERTIFICATE, pub pvGetArg: *mut c_void, pub pStrongSignPara: PCCERT_STRONG_SIGN_PARA, }
Fields
cbSize | |
dwMsgAndCertEncodingType | |
hCryptProv | |
pfnGetSignerCertificate | |
pvGetArg | |
pStrongSignPara |
Trait Implementations
impl Copy for CRYPT_VERIFY_MESSAGE_PARA
[src]
impl Clone for CRYPT_VERIFY_MESSAGE_PARA
[src]
fn clone(&self) -> CRYPT_VERIFY_MESSAGE_PARA
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more