Struct qapi_qmp::cpu_add[][src]

pub struct cpu_add {
    pub id: isize,
}

Fields

Trait Implementations

impl Debug for cpu_add
[src]

Formats the value using the given formatter. Read more

impl Clone for cpu_add
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for cpu_add
[src]

NAME: &'static str = "cpu-add"

Auto Trait Implementations

impl Send for cpu_add

impl Sync for cpu_add