Struct qapi_qmp::human_monitor_command[][src]

pub struct human_monitor_command {
    pub cpu_index: Option<isize>,
    pub command_line: String,
}

Fields

Trait Implementations

impl Debug for human_monitor_command
[src]

Formats the value using the given formatter. Read more

impl Clone for human_monitor_command
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for human_monitor_command
[src]

NAME: &'static str = "human-monitor-command"

Auto Trait Implementations