Struct openssl::crypto::pkcs5::KeyIvPair [] [src]

pub struct KeyIvPair {
    pub key: Vec<u8>,
    pub iv: Vec<u8>,
}

Fields

key
iv

Trait Implementations

Derived Implementations

impl Debug for KeyIvPair

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

impl Hash for KeyIvPair

fn hash<__H: Hasher>(&self, __arg_0: &mut __H)

fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher

impl PartialEq for KeyIvPair

fn eq(&self, __arg_0: &KeyIvPair) -> bool

fn ne(&self, __arg_0: &KeyIvPair) -> bool

impl Eq for KeyIvPair

impl Clone for KeyIvPair

fn clone(&self) -> KeyIvPair

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