Enum qapi_qmp::CpuInfo [−][src]
pub enum CpuInfo {
x86 {
CPU: isize,
props: Option<CpuInstanceProperties>,
halted: bool,
qom_path: String,
current: bool,
thread_id: isize,
x86: CpuInfoX86,
},
s390 {
CPU: isize,
props: Option<CpuInstanceProperties>,
halted: bool,
qom_path: String,
current: bool,
thread_id: isize,
s390: CpuInfoS390,
},
sparc {
CPU: isize,
props: Option<CpuInstanceProperties>,
halted: bool,
qom_path: String,
current: bool,
thread_id: isize,
sparc: CpuInfoSPARC,
},
tricore {
CPU: isize,
props: Option<CpuInstanceProperties>,
halted: bool,
qom_path: String,
current: bool,
thread_id: isize,
tricore: CpuInfoTricore,
},
ppc {
CPU: isize,
props: Option<CpuInstanceProperties>,
halted: bool,
qom_path: String,
current: bool,
thread_id: isize,
ppc: CpuInfoPPC,
},
mips {
CPU: isize,
props: Option<CpuInstanceProperties>,
halted: bool,
qom_path: String,
current: bool,
thread_id: isize,
mips: CpuInfoMIPS,
},
riscv {
CPU: isize,
props: Option<CpuInstanceProperties>,
halted: bool,
qom_path: String,
current: bool,
thread_id: isize,
riscv: CpuInfoRISCV,
},
}Variants
x86Fields of x86
CPU: isize | |
props: Option<CpuInstanceProperties> | |
halted: bool | |
qom_path: String | |
current: bool | |
thread_id: isize | |
x86: CpuInfoX86 |
s390Fields of s390
CPU: isize | |
props: Option<CpuInstanceProperties> | |
halted: bool | |
qom_path: String | |
current: bool | |
thread_id: isize | |
s390: CpuInfoS390 |
sparcFields of sparc
CPU: isize | |
props: Option<CpuInstanceProperties> | |
halted: bool | |
qom_path: String | |
current: bool | |
thread_id: isize | |
sparc: CpuInfoSPARC |
tricoreFields of tricore
CPU: isize | |
props: Option<CpuInstanceProperties> | |
halted: bool | |
qom_path: String | |
current: bool | |
thread_id: isize | |
tricore: CpuInfoTricore |
ppcFields of ppc
CPU: isize | |
props: Option<CpuInstanceProperties> | |
halted: bool | |
qom_path: String | |
current: bool | |
thread_id: isize | |
ppc: CpuInfoPPC |
mipsFields of mips
CPU: isize | |
props: Option<CpuInstanceProperties> | |
halted: bool | |
qom_path: String | |
current: bool | |
thread_id: isize | |
mips: CpuInfoMIPS |
riscvFields of riscv
CPU: isize | |
props: Option<CpuInstanceProperties> | |
halted: bool | |
qom_path: String | |
current: bool | |
thread_id: isize | |
riscv: CpuInfoRISCV |
Methods
impl CpuInfo[src]
impl CpuInfopub fn arch(&self) -> CpuInfoArch[src]
pub fn arch(&self) -> CpuInfoArchTrait Implementations
impl Debug for CpuInfo[src]
impl Debug for CpuInfofn 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 CpuInfo[src]
impl Clone for CpuInfo