Enum qapi_qmp::QCryptoIVGenAlgorithm[][src]

pub enum QCryptoIVGenAlgorithm {
    plain,
    plain64,
    essiv,
}

Variants

Trait Implementations

impl Debug for QCryptoIVGenAlgorithm
[src]

Formats the value using the given formatter. Read more

impl Clone for QCryptoIVGenAlgorithm
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for QCryptoIVGenAlgorithm

impl Sync for QCryptoIVGenAlgorithm