#[repr(C)]pub struct BCRYPT_PKCS1_PADDING_INFO {
pub pszAlgId: PCWSTR,
}
Expand description
Required features: ‘Win32_Security_Cryptography’
Fields
pszAlgId: PCWSTR
Trait Implementations
impl Clone for BCRYPT_PKCS1_PADDING_INFO
impl Clone for BCRYPT_PKCS1_PADDING_INFO
impl Copy for BCRYPT_PKCS1_PADDING_INFO
Auto Trait Implementations
impl RefUnwindSafe for BCRYPT_PKCS1_PADDING_INFO
impl !Send for BCRYPT_PKCS1_PADDING_INFO
impl !Sync for BCRYPT_PKCS1_PADDING_INFO
impl Unpin for BCRYPT_PKCS1_PADDING_INFO
impl UnwindSafe for BCRYPT_PKCS1_PADDING_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more