Struct winapi::wincrypt::CRYPT_PKCS8_EXPORT_PARAMS
[−]
[src]
pub struct CRYPT_PKCS8_EXPORT_PARAMS { pub hCryptProv: HCRYPTPROV, pub dwKeySpec: DWORD, pub pszPrivateKeyObjId: LPSTR, pub pEncryptPrivateKeyFunc: PCRYPT_ENCRYPT_PRIVATE_KEY_FUNC, pub pVoidEncryptFunc: LPVOID, }
Fields
hCryptProv | |
dwKeySpec | |
pszPrivateKeyObjId | |
pEncryptPrivateKeyFunc | |
pVoidEncryptFunc |
Trait Implementations
impl Copy for CRYPT_PKCS8_EXPORT_PARAMS
[src]
impl Clone for CRYPT_PKCS8_EXPORT_PARAMS
[src]
fn clone(&self) -> CRYPT_PKCS8_EXPORT_PARAMS
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