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

Fields of s390x

Methods

impl CpuInfoFast
[src]

Trait Implementations

impl Debug for CpuInfoFast
[src]

Formats the value using the given formatter. Read more

impl Clone for CpuInfoFast
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for CpuInfoFast

impl Sync for CpuInfoFast