Struct qapi_qmp::CpuInfoRISCV [−][src]
pub struct CpuInfoRISCV { pub pc: isize, }
Fields
pc: isize
Trait Implementations
impl Debug for CpuInfoRISCV
[src]
impl Debug for CpuInfoRISCV
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for CpuInfoRISCV
[src]
impl Clone for CpuInfoRISCV
fn clone(&self) -> CpuInfoRISCV
[src]
fn clone(&self) -> CpuInfoRISCV
Returns 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 CpuInfoRISCV
impl Send for CpuInfoRISCV
impl Sync for CpuInfoRISCV
impl Sync for CpuInfoRISCV