Struct raw_cpuid::ExtendedTopologyLevel [−][src]
pub struct ExtendedTopologyLevel { /* fields omitted */ }
Expand description
Gives detailed information about the current level in the topology (how many cores, what type etc.).
Implementations
Number of logical processors at this level type. The number reflects configuration as shipped.
Level number.
Number of bits to shift right on x2APIC ID to get a unique topology ID of the next level type. (Bits 04-00) All logical processors with the same next level ID share current level.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl Send for ExtendedTopologyLevel
impl Sync for ExtendedTopologyLevel
impl Unpin for ExtendedTopologyLevel