Enum qapi_qmp::BlockdevQcow2EncryptionFormat [−][src]
pub enum BlockdevQcow2EncryptionFormat {
aes,
luks,
}Variants
aesluks
Trait Implementations
impl Debug for BlockdevQcow2EncryptionFormat[src]
impl Debug for BlockdevQcow2EncryptionFormatfn 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 BlockdevQcow2EncryptionFormat[src]
impl Clone for BlockdevQcow2EncryptionFormatfn clone(&self) -> BlockdevQcow2EncryptionFormat[src]
fn clone(&self) -> BlockdevQcow2EncryptionFormatReturns 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 BlockdevQcow2EncryptionFormat
impl Send for BlockdevQcow2EncryptionFormatimpl Sync for BlockdevQcow2EncryptionFormat
impl Sync for BlockdevQcow2EncryptionFormat