Struct qapi_qmp::CpuInfoS390 [−][src]
pub struct CpuInfoS390 {
pub cpu_state: CpuS390State,
}Fields
cpu_state: CpuS390State
Trait Implementations
impl Debug for CpuInfoS390[src]
impl Debug for CpuInfoS390fn 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 CpuInfoS390[src]
impl Clone for CpuInfoS390fn clone(&self) -> CpuInfoS390[src]
fn clone(&self) -> CpuInfoS390Returns 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 CpuInfoS390
impl Send for CpuInfoS390impl Sync for CpuInfoS390
impl Sync for CpuInfoS390