Enum qapi_qmp::ImageInfoSpecific [−][src]
pub enum ImageInfoSpecific { qcow2 { data: ImageInfoSpecificQCow2, }, luks { data: QCryptoBlockInfoLUKS, }, vmdk { data: ImageInfoSpecificVmdk, }, }
Variants
qcow2
Fields of qcow2
data: ImageInfoSpecificQCow2 |
luks
Fields of luks
data: QCryptoBlockInfoLUKS |
vmdk
Fields of vmdk
data: ImageInfoSpecificVmdk |
Trait Implementations
impl Debug for ImageInfoSpecific
[src]
impl Debug for ImageInfoSpecific
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for ImageInfoSpecific
[src]
impl Clone for ImageInfoSpecific
fn clone(&self) -> ImageInfoSpecific
[src]
fn clone(&self) -> ImageInfoSpecific
Returns 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 ImageInfoSpecific
impl Sync for ImageInfoSpecific
impl Sync for ImageInfoSpecific