Struct qapi_qmp::qom_list_types[][src]

pub struct qom_list_types {
    pub abstract_: Option<bool>,
    pub implements: Option<String>,
}

Fields

Trait Implementations

impl Debug for qom_list_types
[src]

Formats the value using the given formatter. Read more

impl Clone for qom_list_types
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for qom_list_types
[src]

NAME: &'static str = "qom-list-types"

Auto Trait Implementations

impl Send for qom_list_types

impl Sync for qom_list_types