Struct openssl::crypto::pkcs5::KeyIvPair [−][src]
Fields
key: Vec<u8>
iv: Vec<u8>
Trait Implementations
impl Clone for KeyIvPair
[src]
impl Clone for KeyIvPair
fn clone(&self) -> KeyIvPair
[src]
fn clone(&self) -> KeyIvPair
Returns 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 KeyIvPair
impl PartialEq for KeyIvPair
[src]
impl PartialEq for KeyIvPair
fn eq(&self, other: &KeyIvPair) -> bool
[src]
fn eq(&self, other: &KeyIvPair) -> bool
This 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) -> bool
This method tests for !=
.
impl Hash for KeyIvPair
[src]
impl Hash for KeyIvPair
fn 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