#[repr(C)]pub struct NCRYPT_CIPHER_PADDING_INFO {
pub cbSize: u32,
pub dwFlags: u32,
pub pbIV: *mut u8,
pub cbIV: u32,
pub pbOtherInfo: *mut u8,
pub cbOtherInfo: u32,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
cbSize: u32
dwFlags: u32
pbIV: *mut u8
cbIV: u32
pbOtherInfo: *mut u8
cbOtherInfo: u32
Trait Implementations
impl Clone for NCRYPT_CIPHER_PADDING_INFO
impl Clone for NCRYPT_CIPHER_PADDING_INFO
impl Copy for NCRYPT_CIPHER_PADDING_INFO
Auto Trait Implementations
impl RefUnwindSafe for NCRYPT_CIPHER_PADDING_INFO
impl !Send for NCRYPT_CIPHER_PADDING_INFO
impl !Sync for NCRYPT_CIPHER_PADDING_INFO
impl Unpin for NCRYPT_CIPHER_PADDING_INFO
impl UnwindSafe for NCRYPT_CIPHER_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