Struct windows_sys::Win32::Security::Cryptography::CRYPT_RC2_CBC_PARAMETERS
#[repr(C)]pub struct CRYPT_RC2_CBC_PARAMETERS {
pub dwVersion: u32,
pub fIV: BOOL,
pub rgbIV: [u8; 8],
}
Expand description
Required features: "Win32_Foundation"
Fields§
§dwVersion: u32
§fIV: BOOL
§rgbIV: [u8; 8]
Trait Implementations§
§impl Clone for CRYPT_RC2_CBC_PARAMETERS
impl Clone for CRYPT_RC2_CBC_PARAMETERS
impl Copy for CRYPT_RC2_CBC_PARAMETERS
Auto Trait Implementations§
impl RefUnwindSafe for CRYPT_RC2_CBC_PARAMETERS
impl Send for CRYPT_RC2_CBC_PARAMETERS
impl Sync for CRYPT_RC2_CBC_PARAMETERS
impl Unpin for CRYPT_RC2_CBC_PARAMETERS
impl UnwindSafe for CRYPT_RC2_CBC_PARAMETERS
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