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

Trait Implementations

impl Debug for QCryptoCipherAlgorithm
[src]

Formats the value using the given formatter. Read more

impl Clone for QCryptoCipherAlgorithm
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for QCryptoCipherAlgorithm

impl Sync for QCryptoCipherAlgorithm