#[repr(C)]pub struct CRYPT_RC2_CBC_PARAMETERS {
pub dwVersion: u32,
pub fIV: BOOL,
pub rgbIV: [u8; 8],
}
Expand description
Required features: "Win32_Security_Cryptography"
, "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
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