Struct qapi_qmp::CpuInfoSPARC [−][src]
Fields
npc: isize
pc: isize
Trait Implementations
impl Debug for CpuInfoSPARC[src]
impl Debug for CpuInfoSPARCfn 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 CpuInfoSPARC[src]
impl Clone for CpuInfoSPARCfn clone(&self) -> CpuInfoSPARC[src]
fn clone(&self) -> CpuInfoSPARCReturns 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 CpuInfoSPARC
impl Send for CpuInfoSPARCimpl Sync for CpuInfoSPARC
impl Sync for CpuInfoSPARC