Enum crypto::aes::KeySize
[−]
[src]
pub enum KeySize { KeySize128, KeySize192, KeySize256, }
AES key size
Variants
KeySize128
KeySize192
KeySize256
Trait Implementations
impl Copy for KeySize
[src]
impl Clone for KeySize
[src]
fn clone(&self) -> KeySize
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