Enum qapi_qmp::BlockdevQcow2EncryptionFormat[][src]

pub enum BlockdevQcow2EncryptionFormat {
    aes,
    luks,
}

Variants

Trait Implementations

impl Debug for BlockdevQcow2EncryptionFormat
[src]

Formats the value using the given formatter. Read more

impl Clone for BlockdevQcow2EncryptionFormat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations