Struct windows_sys::Win32::Security::Cryptography::CRYPT_RC4_KEY_STATE
[−]#[repr(C)]pub struct CRYPT_RC4_KEY_STATE {
pub Key: [u8; 16],
pub SBox: [u8; 256],
pub i: u8,
pub j: u8,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
Key: [u8; 16]
SBox: [u8; 256]
i: u8
j: u8
Trait Implementations
impl Clone for CRYPT_RC4_KEY_STATE
impl Clone for CRYPT_RC4_KEY_STATE
impl Copy for CRYPT_RC4_KEY_STATE
Auto Trait Implementations
impl RefUnwindSafe for CRYPT_RC4_KEY_STATE
impl Send for CRYPT_RC4_KEY_STATE
impl Sync for CRYPT_RC4_KEY_STATE
impl Unpin for CRYPT_RC4_KEY_STATE
impl UnwindSafe for CRYPT_RC4_KEY_STATE
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