Struct raw_cpuid::MemBwAllocationInfo[][src]

pub struct MemBwAllocationInfo { /* fields omitted */ }

Memory Bandwidth Allocation Enumeration Sub-leaf (EAX = 10H, ECX = ResID = 3).

Methods

impl MemBwAllocationInfo
[src]

Reports the maximum MBA throttling value supported for the corresponding ResID using minus-one notation.

Highest COS number supported for this Leaf.

Reports whether the response of the delay values is linear.

Trait Implementations

impl Debug for MemBwAllocationInfo
[src]

Formats the value using the given formatter. Read more

impl Default for MemBwAllocationInfo
[src]

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

Auto Trait Implementations