Struct qapi_qmp::xen_save_devices_state[][src]

pub struct xen_save_devices_state {
    pub filename: String,
    pub live: Option<bool>,
}

Fields

Trait Implementations

impl Debug for xen_save_devices_state
[src]

Formats the value using the given formatter. Read more

impl Clone for xen_save_devices_state
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for xen_save_devices_state
[src]

NAME: &'static str = "xen-save-devices-state"

Auto Trait Implementations

impl Send for xen_save_devices_state

impl Sync for xen_save_devices_state