Struct qapi_qmp::CpuInfoX86[][src]

pub struct CpuInfoX86 {
    pub pc: isize,
}

Fields

Trait Implementations

impl Debug for CpuInfoX86
[src]

Formats the value using the given formatter. Read more

impl Clone for CpuInfoX86
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for CpuInfoX86

impl Sync for CpuInfoX86