Struct qapi_qmp::CpuInfoMIPS[][src]

pub struct CpuInfoMIPS {
    pub PC: isize,
}

Fields

Trait Implementations

impl Debug for CpuInfoMIPS
[src]

Formats the value using the given formatter. Read more

impl Clone for CpuInfoMIPS
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for CpuInfoMIPS

impl Sync for CpuInfoMIPS