Struct qapi_qmp::ImageInfoSpecificVmdk[][src]

pub struct ImageInfoSpecificVmdk {
    pub cid: isize,
    pub parent_cid: isize,
    pub create_type: String,
    pub extents: Vec<ImageInfo>,
}

Fields

Trait Implementations

impl Debug for ImageInfoSpecificVmdk
[src]

Formats the value using the given formatter. Read more

impl Clone for ImageInfoSpecificVmdk
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for ImageInfoSpecificVmdk

impl Sync for ImageInfoSpecificVmdk