Enum qapi_qmp::ImageInfoSpecific
[−]
[src]
pub enum ImageInfoSpecific { qcow2 { data: ImageInfoSpecificQCow2, }, vmdk { data: ImageInfoSpecificVmdk, }, luks { data: QCryptoBlockInfoLUKS, }, }
Variants
qcow2
Fields of qcow2
data: ImageInfoSpecificQCow2 |
vmdk
Fields of vmdk
data: ImageInfoSpecificVmdk |
luks
Fields of luks
data: QCryptoBlockInfoLUKS |
Trait Implementations
impl Debug for ImageInfoSpecific
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Clone for ImageInfoSpecific
[src]
fn clone(&self) -> ImageInfoSpecific
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more