Enum qapi_qmp::BlockdevQcow2Encryption [−][src]
pub enum BlockdevQcow2Encryption {
aes {
aes: QCryptoBlockOptionsQCow,
},
luks {
luks: QCryptoBlockOptionsLUKS,
},
}Variants
aesFields of aes
aes: QCryptoBlockOptionsQCow |
luksFields of luks
luks: QCryptoBlockOptionsLUKS |
Methods
impl BlockdevQcow2Encryption[src]
impl BlockdevQcow2Encryptionpub fn format(&self) -> BlockdevQcow2EncryptionFormat[src]
pub fn format(&self) -> BlockdevQcow2EncryptionFormatTrait Implementations
impl Debug for BlockdevQcow2Encryption[src]
impl Debug for BlockdevQcow2Encryptionfn 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 BlockdevQcow2Encryption[src]
impl Clone for BlockdevQcow2Encryptionfn clone(&self) -> BlockdevQcow2Encryption[src]
fn clone(&self) -> BlockdevQcow2EncryptionReturns 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 BlockdevQcow2Encryption
impl Send for BlockdevQcow2Encryptionimpl Sync for BlockdevQcow2Encryption
impl Sync for BlockdevQcow2Encryption