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]
impl Debug for QCryptoCipherAlgorithm
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for QCryptoCipherAlgorithm
[src]
impl Clone for QCryptoCipherAlgorithm
fn clone(&self) -> QCryptoCipherAlgorithm
[src]
fn clone(&self) -> QCryptoCipherAlgorithm
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
Auto Trait Implementations
impl Send for QCryptoCipherAlgorithm
impl Send for QCryptoCipherAlgorithm
impl Sync for QCryptoCipherAlgorithm
impl Sync for QCryptoCipherAlgorithm