Struct qapi_qmp::xen_load_devices_state [] [src]

pub struct xen_load_devices_state {
    pub filename: String,
}

Fields

Trait Implementations

impl Debug for xen_load_devices_state
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for xen_load_devices_state
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Command for xen_load_devices_state
[src]

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

Auto Trait Implementations