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
x86
Fields of x86
CPU: isize | |
props: Option<CpuInstanceProperties> | |
halted: bool | |
qom_path: String | |
current: bool | |
thread_id: isize | |
x86: CpuInfoX86 |
s390
Fields of s390
CPU: isize | |
props: Option<CpuInstanceProperties> | |
halted: bool | |
qom_path: String | |
current: bool | |
thread_id: isize | |
s390: CpuInfoS390 |
sparc
Fields of sparc
CPU: isize | |
props: Option<CpuInstanceProperties> | |
halted: bool | |
qom_path: String | |
current: bool | |
thread_id: isize | |
sparc: CpuInfoSPARC |
tricore
Fields of tricore
CPU: isize | |
props: Option<CpuInstanceProperties> | |
halted: bool | |
qom_path: String | |
current: bool | |
thread_id: isize | |
tricore: CpuInfoTricore |
ppc
Fields of ppc
CPU: isize | |
props: Option<CpuInstanceProperties> | |
halted: bool | |
qom_path: String | |
current: bool | |
thread_id: isize | |
ppc: CpuInfoPPC |
mips
Fields of mips
CPU: isize | |
props: Option<CpuInstanceProperties> | |
halted: bool | |
qom_path: String | |
current: bool | |
thread_id: isize | |
mips: CpuInfoMIPS |
riscv
Fields of riscv
CPU: isize | |
props: Option<CpuInstanceProperties> | |
halted: bool | |
qom_path: String | |
current: bool | |
thread_id: isize | |
riscv: CpuInfoRISCV |
Methods
impl CpuInfo
[src]
impl CpuInfo
pub fn arch(&self) -> CpuInfoArch
[src]
pub fn arch(&self) -> CpuInfoArch
Trait Implementations
impl Debug for CpuInfo
[src]
impl Debug for CpuInfo
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 CpuInfo
[src]
impl Clone for CpuInfo