Struct windows_sys::Win32::Security::Cryptography::CMSG_RC4_AUX_INFO
[−]Expand description
Required features: "Win32_Security_Cryptography"
Fields
cbSize: u32
dwBitLen: u32
Trait Implementations
impl Clone for CMSG_RC4_AUX_INFO
impl Clone for CMSG_RC4_AUX_INFO
impl Copy for CMSG_RC4_AUX_INFO
Auto Trait Implementations
impl RefUnwindSafe for CMSG_RC4_AUX_INFO
impl Send for CMSG_RC4_AUX_INFO
impl Sync for CMSG_RC4_AUX_INFO
impl Unpin for CMSG_RC4_AUX_INFO
impl UnwindSafe for CMSG_RC4_AUX_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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