#[repr(C)]pub struct PKCS12_PBES2_EXPORT_PARAMS {
pub dwSize: u32,
pub hNcryptDescriptor: *mut c_void,
pub pwszPbes2Alg: PWSTR,
}
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§
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