Struct qapi_qmp::BlockdevSnapshotInternal [−][src]
Fields
device: String
name: String
Trait Implementations
impl Debug for BlockdevSnapshotInternal[src]
impl Debug for BlockdevSnapshotInternalfn 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 BlockdevSnapshotInternal[src]
impl Clone for BlockdevSnapshotInternalfn clone(&self) -> BlockdevSnapshotInternal[src]
fn clone(&self) -> BlockdevSnapshotInternalReturns 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 BlockdevSnapshotInternal
impl Send for BlockdevSnapshotInternalimpl Sync for BlockdevSnapshotInternal
impl Sync for BlockdevSnapshotInternal