Struct qapi_qmp::CpuInfoRISCV[][src]

pub struct CpuInfoRISCV {
    pub pc: isize,
}

Fields

Trait Implementations

impl Debug for CpuInfoRISCV
[src]

Formats the value using the given formatter. Read more

impl Clone for CpuInfoRISCV
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for CpuInfoRISCV

impl Sync for CpuInfoRISCV