Struct qapi_qmp::SnapshotInfo [−][src]
pub struct SnapshotInfo {
pub vm_clock_sec: isize,
pub id: String,
pub vm_clock_nsec: isize,
pub date_nsec: isize,
pub vm_state_size: isize,
pub date_sec: isize,
pub name: String,
}Fields
vm_clock_sec: isize
id: String
vm_clock_nsec: isize
date_nsec: isize
vm_state_size: isize
date_sec: isize
name: String
Trait Implementations
impl Debug for SnapshotInfo[src]
impl Debug for SnapshotInfofn 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 SnapshotInfo[src]
impl Clone for SnapshotInfofn clone(&self) -> SnapshotInfo[src]
fn clone(&self) -> SnapshotInfoReturns 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 SnapshotInfo
impl Send for SnapshotInfoimpl Sync for SnapshotInfo
impl Sync for SnapshotInfo