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