Enum raw_cpuid::TopologyType [−][src]
pub enum TopologyType {
INVALID,
SMT,
CORE,
}Variants
INVALIDSMTHyper-thread (Simultaneous multithreading)
CORE
Trait Implementations
impl PartialEq for TopologyType[src]
impl PartialEq for TopologyTypefn eq(&self, other: &TopologyType) -> bool[src]
fn eq(&self, other: &TopologyType) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for TopologyType[src]
impl Eq for TopologyTypeimpl Debug for TopologyType[src]
impl Debug for TopologyTypefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Default for TopologyType[src]
impl Default for TopologyTypefn default() -> TopologyType[src]
fn default() -> TopologyTypeReturns the "default value" for a type. Read more
Auto Trait Implementations
impl Send for TopologyType
impl Send for TopologyTypeimpl Sync for TopologyType
impl Sync for TopologyType