Enum qapi_qmp::BlockdevQcowEncryptionFormat[][src]

pub enum BlockdevQcowEncryptionFormat {
    aes,
}

Variants

Trait Implementations

impl Debug for BlockdevQcowEncryptionFormat
[src]

Formats the value using the given formatter. Read more

impl Clone for BlockdevQcowEncryptionFormat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for BlockdevQcowEncryptionFormat

impl Sync for BlockdevQcowEncryptionFormat