#[repr(C)]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: HCRYPTPROV
§dwKeySpec: DWORD
§pszPrivateKeyObjId: LPSTR
§pEncryptPrivateKeyFunc: PCRYPT_ENCRYPT_PRIVATE_KEY_FUNC
§pVoidEncryptFunc: LPVOID
Trait Implementations§
Source§impl Clone for _CRYPT_PKCS8_EXPORT_PARAMS
impl Clone for _CRYPT_PKCS8_EXPORT_PARAMS
Source§fn clone(&self) -> _CRYPT_PKCS8_EXPORT_PARAMS
fn clone(&self) -> _CRYPT_PKCS8_EXPORT_PARAMS
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for _CRYPT_PKCS8_EXPORT_PARAMS
impl Debug for _CRYPT_PKCS8_EXPORT_PARAMS
Source§impl Ord for _CRYPT_PKCS8_EXPORT_PARAMS
impl Ord for _CRYPT_PKCS8_EXPORT_PARAMS
Source§fn cmp(&self, other: &_CRYPT_PKCS8_EXPORT_PARAMS) -> Ordering
fn cmp(&self, other: &_CRYPT_PKCS8_EXPORT_PARAMS) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for _CRYPT_PKCS8_EXPORT_PARAMS
impl PartialOrd for _CRYPT_PKCS8_EXPORT_PARAMS
impl Copy for _CRYPT_PKCS8_EXPORT_PARAMS
impl Eq for _CRYPT_PKCS8_EXPORT_PARAMS
impl StructuralPartialEq for _CRYPT_PKCS8_EXPORT_PARAMS
Auto Trait Implementations§
impl Freeze for _CRYPT_PKCS8_EXPORT_PARAMS
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§
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