Enum qapi_qmp::CpuInfoFast [−][src]
pub enum CpuInfoFast { s390x { thread_id: isize, arch: CpuInfoArch, cpu_index: isize, qom_path: String, props: Option<CpuInstanceProperties>, s390x: CpuInfoS390, }, }
Variants
s390x
Fields of s390x
thread_id: isize | |
arch: CpuInfoArch | |
cpu_index: isize | |
qom_path: String | |
props: Option<CpuInstanceProperties> | |
s390x: CpuInfoS390 |
Methods
impl CpuInfoFast
[src]
impl CpuInfoFast
pub fn target(&self) -> SysEmuTarget
[src]
pub fn target(&self) -> SysEmuTarget
Trait Implementations
impl Debug for CpuInfoFast
[src]
impl Debug for CpuInfoFast
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 CpuInfoFast
[src]
impl Clone for CpuInfoFast
fn clone(&self) -> CpuInfoFast
[src]
fn clone(&self) -> CpuInfoFast
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 CpuInfoFast
impl Send for CpuInfoFast
impl Sync for CpuInfoFast
impl Sync for CpuInfoFast