Struct winapi::wincrypt::CRYPT_RC4_KEY_STATE [] [src]

pub struct CRYPT_RC4_KEY_STATE {
    pub Key: [c_uchar; 16],
    pub SBox: [c_uchar; 256],
    pub i: c_uchar,
    pub j: c_uchar,
}

Fields

Key
SBox
i
j

Trait Implementations

impl Clone for CRYPT_RC4_KEY_STATE

fn clone(&self) -> CRYPT_RC4_KEY_STATE

fn clone_from(&mut self, source: &Self)

Derived Implementations

impl Copy for CRYPT_RC4_KEY_STATE