Enum qapi_qmp::BlockdevQcowEncryption [−][src]
pub enum BlockdevQcowEncryption {
aes {
aes: QCryptoBlockOptionsQCow,
},
}Variants
aesFields of aes
aes: QCryptoBlockOptionsQCow |
Methods
impl BlockdevQcowEncryption[src]
impl BlockdevQcowEncryptionpub fn format(&self) -> BlockdevQcowEncryptionFormat[src]
pub fn format(&self) -> BlockdevQcowEncryptionFormatTrait Implementations
impl Debug for BlockdevQcowEncryption[src]
impl Debug for BlockdevQcowEncryptionfn 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 BlockdevQcowEncryption[src]
impl Clone for BlockdevQcowEncryptionfn clone(&self) -> BlockdevQcowEncryption[src]
fn clone(&self) -> BlockdevQcowEncryptionReturns 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 BlockdevQcowEncryption
impl Send for BlockdevQcowEncryptionimpl Sync for BlockdevQcowEncryption
impl Sync for BlockdevQcowEncryption