#[repr(C)]pub struct CpuInfo {
pub CPU: i64,
pub current: bool,
pub halted: bool,
pub qom_path: *mut c_char,
pub thread_id: i64,
pub arch: CpuInfoArch,
pub u: CpuInfo__bindgen_ty_1,
}Fields§
§CPU: i64§current: bool§halted: bool§qom_path: *mut c_char§thread_id: i64§arch: CpuInfoArch§u: CpuInfo__bindgen_ty_1Trait Implementations§
Auto Trait Implementations§
impl Freeze for CpuInfo
impl RefUnwindSafe for CpuInfo
impl !Send for CpuInfo
impl !Sync for CpuInfo
impl Unpin for CpuInfo
impl UnwindSafe for CpuInfo
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