#[repr(C)]pub struct q_obj_CpuInfo_base {
pub CPU: i64,
pub current: bool,
pub halted: bool,
pub qom_path: *mut i8,
pub thread_id: i64,
pub arch: u32,
}Fields§
§CPU: i64§current: bool§halted: bool§qom_path: *mut i8§thread_id: i64§arch: u32Trait Implementations§
Source§impl Clone for q_obj_CpuInfo_base
impl Clone for q_obj_CpuInfo_base
Source§fn clone(&self) -> q_obj_CpuInfo_base
fn clone(&self) -> q_obj_CpuInfo_base
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for q_obj_CpuInfo_base
impl Debug for q_obj_CpuInfo_base
impl Copy for q_obj_CpuInfo_base
Auto Trait Implementations§
impl Freeze for q_obj_CpuInfo_base
impl RefUnwindSafe for q_obj_CpuInfo_base
impl !Send for q_obj_CpuInfo_base
impl !Sync for q_obj_CpuInfo_base
impl Unpin for q_obj_CpuInfo_base
impl UnwindSafe for q_obj_CpuInfo_base
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more