Struct qapi_qmp::CpuInfoPPC[][src]

pub struct CpuInfoPPC {
    pub nip: isize,
}

Fields

Trait Implementations

impl Debug for CpuInfoPPC
[src]

Formats the value using the given formatter. Read more

impl Clone for CpuInfoPPC
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for CpuInfoPPC

impl Sync for CpuInfoPPC