Enum qapi_qmp::ImageInfoSpecificQCow2Encryption [−][src]
pub enum ImageInfoSpecificQCow2Encryption {
luks {
base: ImageInfoSpecificQCow2EncryptionBase,
luks: QCryptoBlockInfoLUKS,
},
}Variants
luksFields of luks
base: ImageInfoSpecificQCow2EncryptionBase | |
luks: QCryptoBlockInfoLUKS |
Methods
impl ImageInfoSpecificQCow2Encryption[src]
impl ImageInfoSpecificQCow2Encryptionpub fn format(&self) -> BlockdevQcow2EncryptionFormat[src]
pub fn format(&self) -> BlockdevQcow2EncryptionFormatTrait Implementations
impl Debug for ImageInfoSpecificQCow2Encryption[src]
impl Debug for ImageInfoSpecificQCow2Encryptionfn 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 ImageInfoSpecificQCow2Encryption[src]
impl Clone for ImageInfoSpecificQCow2Encryptionfn clone(&self) -> ImageInfoSpecificQCow2Encryption[src]
fn clone(&self) -> ImageInfoSpecificQCow2EncryptionReturns 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 ImageInfoSpecificQCow2Encryption
impl Send for ImageInfoSpecificQCow2Encryptionimpl Sync for ImageInfoSpecificQCow2Encryption
impl Sync for ImageInfoSpecificQCow2Encryption