#[repr(C)]pub struct PKCS12_PBES2_EXPORT_PARAMS {
pub dwSize: u32,
pub hNcryptDescriptor: *mut c_void,
pub pwszPbes2Alg: PWSTR,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
dwSize: u32
hNcryptDescriptor: *mut c_void
pwszPbes2Alg: PWSTR
Trait Implementations
impl Clone for PKCS12_PBES2_EXPORT_PARAMS
impl Clone for PKCS12_PBES2_EXPORT_PARAMS
impl Copy for PKCS12_PBES2_EXPORT_PARAMS
Auto Trait Implementations
impl RefUnwindSafe for PKCS12_PBES2_EXPORT_PARAMS
impl !Send for PKCS12_PBES2_EXPORT_PARAMS
impl !Sync for PKCS12_PBES2_EXPORT_PARAMS
impl Unpin for PKCS12_PBES2_EXPORT_PARAMS
impl UnwindSafe for PKCS12_PBES2_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