Struct CRYPT_RC2_CBC_PARAMETERS
#[repr(C)]pub struct CRYPT_RC2_CBC_PARAMETERS {
pub dwVersion: u32,
pub fIV: BOOL,
pub rgbIV: [u8; 8],
}
Fields§
§dwVersion: u32
§fIV: BOOL
§rgbIV: [u8; 8]
Trait Implementations§
§impl Clone for CRYPT_RC2_CBC_PARAMETERS
impl Clone for CRYPT_RC2_CBC_PARAMETERS
§fn clone(&self) -> CRYPT_RC2_CBC_PARAMETERS
fn clone(&self) -> CRYPT_RC2_CBC_PARAMETERS
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for CRYPT_RC2_CBC_PARAMETERS
Auto Trait Implementations§
impl Freeze for CRYPT_RC2_CBC_PARAMETERS
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