Enum qapi_qmp::ImageInfoSpecific [−][src]
pub enum ImageInfoSpecific {
qcow2 {
data: ImageInfoSpecificQCow2,
},
luks {
data: QCryptoBlockInfoLUKS,
},
vmdk {
data: ImageInfoSpecificVmdk,
},
}Variants
qcow2Fields of qcow2
data: ImageInfoSpecificQCow2 |
luksFields of luks
data: QCryptoBlockInfoLUKS |
vmdkFields of vmdk
data: ImageInfoSpecificVmdk |
Trait Implementations
impl Debug for ImageInfoSpecific[src]
impl Debug for ImageInfoSpecificfn 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 ImageInfoSpecific[src]
impl Clone for ImageInfoSpecificfn clone(&self) -> ImageInfoSpecific[src]
fn clone(&self) -> ImageInfoSpecificReturns 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 ImageInfoSpecific
impl Send for ImageInfoSpecificimpl Sync for ImageInfoSpecific
impl Sync for ImageInfoSpecific