Struct qapi_qmp::CpuInfoX86 [−][src]
pub struct CpuInfoX86 { pub pc: isize, }
Fields
pc: isize
Trait Implementations
impl Debug for CpuInfoX86
[src]
impl Debug for CpuInfoX86
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 CpuInfoX86
[src]
impl Clone for CpuInfoX86
fn clone(&self) -> CpuInfoX86
[src]
fn clone(&self) -> CpuInfoX86
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
Auto Trait Implementations
impl Send for CpuInfoX86
impl Send for CpuInfoX86
impl Sync for CpuInfoX86
impl Sync for CpuInfoX86