Struct qapi_qmp::CpuInfoX86 [−][src]
pub struct CpuInfoX86 {
pub pc: isize,
}Fields
pc: isize
Trait Implementations
impl Debug for CpuInfoX86[src]
impl Debug for CpuInfoX86fn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for CpuInfoX86[src]
impl Clone for CpuInfoX86fn clone(&self) -> CpuInfoX86[src]
fn clone(&self) -> CpuInfoX86Returns 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
Auto Trait Implementations
impl Send for CpuInfoX86
impl Send for CpuInfoX86impl Sync for CpuInfoX86
impl Sync for CpuInfoX86