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