Struct qapi_qmp::ImageInfoSpecificVmdk [−][src]
pub struct ImageInfoSpecificVmdk {
pub cid: isize,
pub parent_cid: isize,
pub create_type: String,
pub extents: Vec<ImageInfo>,
}Fields
cid: isize
parent_cid: isize
create_type: String
extents: Vec<ImageInfo>
Trait Implementations
impl Debug for ImageInfoSpecificVmdk[src]
impl Debug for ImageInfoSpecificVmdkfn 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 ImageInfoSpecificVmdk[src]
impl Clone for ImageInfoSpecificVmdkfn clone(&self) -> ImageInfoSpecificVmdk[src]
fn clone(&self) -> ImageInfoSpecificVmdkReturns 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 ImageInfoSpecificVmdk
impl Send for ImageInfoSpecificVmdkimpl Sync for ImageInfoSpecificVmdk
impl Sync for ImageInfoSpecificVmdk