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 ImageInfoSpecificVmdk
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 ImageInfoSpecificVmdk
[src]
impl Clone for ImageInfoSpecificVmdk
fn clone(&self) -> ImageInfoSpecificVmdk
[src]
fn clone(&self) -> ImageInfoSpecificVmdk
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 ImageInfoSpecificVmdk
impl Send for ImageInfoSpecificVmdk
impl Sync for ImageInfoSpecificVmdk
impl Sync for ImageInfoSpecificVmdk