Struct panda_sys::CpuInstanceProperties [−][src]
#[repr(C)]pub struct CpuInstanceProperties { pub has_node_id: bool, pub node_id: i64, pub has_socket_id: bool, pub socket_id: i64, pub has_core_id: bool, pub core_id: i64, pub has_thread_id: bool, pub thread_id: i64, }
Fields
has_node_id: boolnode_id: i64has_socket_id: boolsocket_id: i64has_core_id: boolcore_id: i64has_thread_id: boolthread_id: i64Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CpuInstancePropertiesimpl Send for CpuInstancePropertiesimpl Sync for CpuInstancePropertiesimpl Unpin for CpuInstancePropertiesimpl UnwindSafe for CpuInstancePropertiesBlanket Implementations
Mutably borrows from an owned value. Read more