Struct qapi_qmp::SnapshotInfo[][src]

pub struct SnapshotInfo {
    pub vm_clock_nsec: isize,
    pub date_sec: isize,
    pub name: String,
    pub id: String,
    pub vm_clock_sec: isize,
    pub date_nsec: isize,
    pub vm_state_size: isize,
}

Fields

Trait Implementations

impl Debug for SnapshotInfo
[src]

Formats the value using the given formatter. Read more

impl Clone for SnapshotInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations