Struct winapi::wincrypt::CRYPT_AES_256_KEY_STATE [] [src]

pub struct CRYPT_AES_256_KEY_STATE {
    pub Key: [c_uchar; 32],
    pub IV: [c_uchar; 16],
    pub EncryptionState: [[c_uchar; 16]; 15],
    pub DecryptionState: [[c_uchar; 16]; 15],
    pub Feedback: [c_uchar; 16],
}

Fields

Key: [c_uchar; 32] IV: [c_uchar; 16] EncryptionState: [[c_uchar; 16]; 15] DecryptionState: [[c_uchar; 16]; 15] Feedback: [c_uchar; 16]

Trait Implementations

impl Debug for CRYPT_AES_256_KEY_STATE
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for CRYPT_AES_256_KEY_STATE
[src]

impl Clone for CRYPT_AES_256_KEY_STATE
[src]

fn clone(&self) -> CRYPT_AES_256_KEY_STATE

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more