Struct panda_sys::q_obj_CpuInfo_base [−][src]
#[repr(C)]pub struct q_obj_CpuInfo_base { pub CPU: i64, pub current: bool, pub halted: bool, pub qom_path: *mut c_char, pub thread_id: i64, pub arch: CpuInfoArch, }
Fields
CPU: i64current: boolhalted: boolqom_path: *mut c_charthread_id: i64arch: CpuInfoArchTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for q_obj_CpuInfo_baseimpl !Send for q_obj_CpuInfo_baseimpl !Sync for q_obj_CpuInfo_baseimpl Unpin for q_obj_CpuInfo_baseimpl UnwindSafe for q_obj_CpuInfo_baseBlanket Implementations
Mutably borrows from an owned value. Read more