#[repr(C)]pub struct BCRYPT_OAEP_PADDING_INFO {
pub pszAlgId: PCWSTR,
pub pbLabel: *mut u8,
pub cbLabel: u32,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
pszAlgId: PCWSTR
pbLabel: *mut u8
cbLabel: u32
Trait Implementations
impl Clone for BCRYPT_OAEP_PADDING_INFO
impl Clone for BCRYPT_OAEP_PADDING_INFO
impl Copy for BCRYPT_OAEP_PADDING_INFO
Auto Trait Implementations
impl RefUnwindSafe for BCRYPT_OAEP_PADDING_INFO
impl !Send for BCRYPT_OAEP_PADDING_INFO
impl !Sync for BCRYPT_OAEP_PADDING_INFO
impl Unpin for BCRYPT_OAEP_PADDING_INFO
impl UnwindSafe for BCRYPT_OAEP_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