Enum qapi_qmp::BlockdevQcowEncryptionFormat [−][src]
pub enum BlockdevQcowEncryptionFormat {
aes,
}Variants
aes
Trait Implementations
impl Debug for BlockdevQcowEncryptionFormat[src]
impl Debug for BlockdevQcowEncryptionFormatfn 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 BlockdevQcowEncryptionFormat[src]
impl Clone for BlockdevQcowEncryptionFormatfn clone(&self) -> BlockdevQcowEncryptionFormat[src]
fn clone(&self) -> BlockdevQcowEncryptionFormatReturns 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 BlockdevQcowEncryptionFormat
impl Send for BlockdevQcowEncryptionFormatimpl Sync for BlockdevQcowEncryptionFormat
impl Sync for BlockdevQcowEncryptionFormat