Struct raw_cpuid::L2CatInfo[][src]

pub struct L2CatInfo { /* fields omitted */ }

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

Methods

impl L2CatInfo
[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.

Trait Implementations

impl Debug for L2CatInfo
[src]

Formats the value using the given formatter. Read more

impl Default for L2CatInfo
[src]

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

Auto Trait Implementations

impl Send for L2CatInfo

impl Sync for L2CatInfo