Enum raw_cpuid::TopologyType
source · pub enum TopologyType {
Invalid,
SMT,
Core,
Module,
Tile,
Die,
}
Expand description
What type of core we have at this level in the topology (real CPU or hyper-threaded).
Variants§
Trait Implementations§
source§impl Debug for TopologyType
impl Debug for TopologyType
source§impl Display for TopologyType
impl Display for TopologyType
source§impl PartialEq<TopologyType> for TopologyType
impl PartialEq<TopologyType> for TopologyType
source§fn eq(&self, other: &TopologyType) -> bool
fn eq(&self, other: &TopologyType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.