Struct qapi_qmp::CpuInfoS390[][src]

pub struct CpuInfoS390 {
    pub cpu_state: CpuS390State,
}

Fields

Trait Implementations

impl Debug for CpuInfoS390
[src]

Formats the value using the given formatter. Read more

impl Clone for CpuInfoS390
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for CpuInfoS390

impl Sync for CpuInfoS390