#[repr(C)]pub struct CRYPT_PKCS8_EXPORT_PARAMS {
pub hCryptProv: usize,
pub dwKeySpec: u32,
pub pszPrivateKeyObjId: PSTR,
pub pEncryptPrivateKeyFunc: PCRYPT_ENCRYPT_PRIVATE_KEY_FUNC,
pub pVoidEncryptFunc: *mut c_void,
}
Expand description
Required features: "Win32_Security_Cryptography"
, "Win32_Foundation"
Fields
hCryptProv: usize
dwKeySpec: u32
pszPrivateKeyObjId: PSTR
pEncryptPrivateKeyFunc: PCRYPT_ENCRYPT_PRIVATE_KEY_FUNC
pVoidEncryptFunc: *mut c_void
Trait Implementations
impl Clone for CRYPT_PKCS8_EXPORT_PARAMS
impl Clone for CRYPT_PKCS8_EXPORT_PARAMS
impl Copy for CRYPT_PKCS8_EXPORT_PARAMS
Auto Trait Implementations
impl RefUnwindSafe for CRYPT_PKCS8_EXPORT_PARAMS
impl !Send for CRYPT_PKCS8_EXPORT_PARAMS
impl !Sync for CRYPT_PKCS8_EXPORT_PARAMS
impl Unpin for CRYPT_PKCS8_EXPORT_PARAMS
impl UnwindSafe for CRYPT_PKCS8_EXPORT_PARAMS
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