Struct winapi::wincrypt::CRYPT_DES_KEY_STATE
[−]
[src]
pub struct CRYPT_DES_KEY_STATE { pub Key: [c_uchar; 8], pub IV: [c_uchar; 8], pub Feedback: [c_uchar; 8], }
Fields
Key | |
IV | |
Feedback |
Trait Implementations
impl Copy for CRYPT_DES_KEY_STATE
[src]
impl Clone for CRYPT_DES_KEY_STATE
[src]
fn clone(&self) -> CRYPT_DES_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