Enum raw_cpuid::TopologyType [−][src]
pub enum TopologyType {
Invalid,
SMT,
Core,
}What type of core we have at this level in the topology (real CPU or hyper-threaded).
Variants
Hyper-thread (Simultaneous multithreading)
Trait Implementations
impl Default for TopologyType[src]
impl Default for TopologyType[src]fn default() -> TopologyType[src]
impl PartialEq<TopologyType> for TopologyType[src]
impl PartialEq<TopologyType> for TopologyType[src]fn eq(&self, other: &TopologyType) -> bool[src]
#[must_use]pub fn ne(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn ne(&self, other: &Rhs) -> bool