Struct qapi_qmp::xen_load_devices_state [−][src]
pub struct xen_load_devices_state {
pub filename: String,
}Fields
filename: String
Trait Implementations
impl Debug for xen_load_devices_state[src]
impl Debug for xen_load_devices_statefn 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 xen_load_devices_state[src]
impl Clone for xen_load_devices_statefn clone(&self) -> xen_load_devices_state[src]
fn clone(&self) -> xen_load_devices_stateReturns 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
impl Command for xen_load_devices_state[src]
impl Command for xen_load_devices_stateAuto Trait Implementations
impl Send for xen_load_devices_state
impl Send for xen_load_devices_stateimpl Sync for xen_load_devices_state
impl Sync for xen_load_devices_state