Struct qapi_qmp::CpuInfoSPARC[][src]

pub struct CpuInfoSPARC {
    pub npc: isize,
    pub pc: isize,
}

Fields

Trait Implementations

impl Debug for CpuInfoSPARC
[src]

Formats the value using the given formatter. Read more

impl Clone for CpuInfoSPARC
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations