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