Struct raw_cpuid::L3CatInfo[][src]

pub struct L3CatInfo { /* fields omitted */ }

L3 Cache Allocation Technology Enumeration Sub-leaf (EAX = 10H, ECX = ResID = 1).

Methods

impl L3CatInfo
[src]

Length of the capacity bit mask using minus-one notation.

Bit-granular map of isolation/contention of allocation units.

Highest COS number supported for this Leaf.

Is Code and Data Prioritization Technology supported?

Trait Implementations

impl Debug for L3CatInfo
[src]

Formats the value using the given formatter. Read more

impl Default for L3CatInfo
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for L3CatInfo

impl Sync for L3CatInfo