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