Struct qapi_qmp::ImageInfoSpecificQCow2 [−][src]
pub struct ImageInfoSpecificQCow2 {
pub encrypt: Option<ImageInfoSpecificQCow2Encryption>,
pub corrupt: Option<bool>,
pub refcount_bits: isize,
pub lazy_refcounts: Option<bool>,
pub compat: String,
}Fields
encrypt: Option<ImageInfoSpecificQCow2Encryption>
corrupt: Option<bool>
refcount_bits: isize
lazy_refcounts: Option<bool>
compat: String
Trait Implementations
impl Debug for ImageInfoSpecificQCow2[src]
impl Debug for ImageInfoSpecificQCow2fn 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 ImageInfoSpecificQCow2[src]
impl Clone for ImageInfoSpecificQCow2fn clone(&self) -> ImageInfoSpecificQCow2[src]
fn clone(&self) -> ImageInfoSpecificQCow2Returns 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 ImageInfoSpecificQCow2
impl Send for ImageInfoSpecificQCow2impl Sync for ImageInfoSpecificQCow2
impl Sync for ImageInfoSpecificQCow2