Struct qapi_qmp::cpu [] [src]

pub struct cpu {
    pub index: isize,
}

Fields

Trait Implementations

impl Debug for cpu
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for cpu
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Command for cpu
[src]

NAME: &'static str = "cpu"

Auto Trait Implementations

impl Send for cpu

impl Sync for cpu