Struct openssl::pkcs5::KeyIvPair [−][src]
Fields
key: Vec<u8>
iv: Option<Vec<u8>>
Trait Implementations
impl Clone for KeyIvPair[src]
impl Clone for KeyIvPairfn clone(&self) -> KeyIvPair[src]
fn clone(&self) -> KeyIvPairReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Eq for KeyIvPair[src]
impl Eq for KeyIvPairimpl PartialEq for KeyIvPair[src]
impl PartialEq for KeyIvPairfn eq(&self, other: &KeyIvPair) -> bool[src]
fn eq(&self, other: &KeyIvPair) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &KeyIvPair) -> bool[src]
fn ne(&self, other: &KeyIvPair) -> boolThis method tests for !=.
impl Hash for KeyIvPair[src]
impl Hash for KeyIvPairfn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash<__H: Hasher>(&self, state: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0
[src]Feeds a slice of this type into the given [Hasher]. Read more
impl Debug for KeyIvPair[src]
impl Debug for KeyIvPair