Struct qapi_qmp::device_list_properties[][src]

pub struct device_list_properties {
    pub typename: String,
}

Fields

Trait Implementations

impl Debug for device_list_properties
[src]

Formats the value using the given formatter. Read more

impl Clone for device_list_properties
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for device_list_properties
[src]

NAME: &'static str = "device-list-properties"

Auto Trait Implementations