Struct qapi_qmp::CpuInfoRISCV [−][src]
pub struct CpuInfoRISCV {
pub pc: isize,
}Fields
pc: isize
Trait Implementations
impl Debug for CpuInfoRISCV[src]
impl Debug for CpuInfoRISCVfn 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 CpuInfoRISCV[src]
impl Clone for CpuInfoRISCVfn clone(&self) -> CpuInfoRISCV[src]
fn clone(&self) -> CpuInfoRISCVReturns 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 CpuInfoRISCVimpl Sync for CpuInfoRISCV
impl Sync for CpuInfoRISCV