Struct qapi_qmp::human_monitor_command [−][src]
Fields
command_line: String
cpu_index: Option<isize>
Trait Implementations
impl Debug for human_monitor_command
[src]
impl Debug for human_monitor_command
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for human_monitor_command
[src]
impl Clone for human_monitor_command
fn clone(&self) -> human_monitor_command
[src]
fn clone(&self) -> human_monitor_command
Returns 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 human_monitor_command
[src]
impl Command for human_monitor_command
Auto Trait Implementations
impl Send for human_monitor_command
impl Send for human_monitor_command
impl Sync for human_monitor_command
impl Sync for human_monitor_command