Expand description
Required features: "Win32_Security_Cryptography"
Fields
pszAlgId: PCWSTR
cbSalt: u32
Trait Implementations
impl Clone for BCRYPT_PSS_PADDING_INFO
impl Clone for BCRYPT_PSS_PADDING_INFO
impl Copy for BCRYPT_PSS_PADDING_INFO
Auto Trait Implementations
impl RefUnwindSafe for BCRYPT_PSS_PADDING_INFO
impl !Send for BCRYPT_PSS_PADDING_INFO
impl !Sync for BCRYPT_PSS_PADDING_INFO
impl Unpin for BCRYPT_PSS_PADDING_INFO
impl UnwindSafe for BCRYPT_PSS_PADDING_INFO
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