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