Enum qapi_qmp::QCryptoCipherAlgorithm
[−]
[src]
pub enum QCryptoCipherAlgorithm { aes_128, aes_192, aes_256, des_rfb, _3des, cast5_128, serpent_128, serpent_192, serpent_256, twofish_128, twofish_192, twofish_256, }
Variants
aes_128
aes_192
aes_256
des_rfb
_3des
cast5_128
serpent_128
serpent_192
serpent_256
twofish_128
twofish_192
twofish_256
Trait Implementations
impl Debug for QCryptoCipherAlgorithm
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Clone for QCryptoCipherAlgorithm
[src]
fn clone(&self) -> QCryptoCipherAlgorithm
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more