Struct raw_cpuid::MemBwAllocationInfo
source · pub struct MemBwAllocationInfo { /* private fields */ }
Expand description
Memory Bandwidth Allocation Enumeration Sub-leaf (EAX = 10H, ECX = ResID = 3).
Implementations§
source§impl MemBwAllocationInfo
impl MemBwAllocationInfo
sourcepub fn max_hba_throttling(&self) -> u16
pub fn max_hba_throttling(&self) -> u16
Reports the maximum MBA throttling value supported for the corresponding ResID using minus-one notation.
sourcepub fn highest_cos(&self) -> u16
pub fn highest_cos(&self) -> u16
Highest COS number supported for this Leaf.
sourcepub fn has_linear_response_delay(&self) -> bool
pub fn has_linear_response_delay(&self) -> bool
Reports whether the response of the delay values is linear.
Trait Implementations§
source§impl Debug for MemBwAllocationInfo
impl Debug for MemBwAllocationInfo
source§impl Default for MemBwAllocationInfo
impl Default for MemBwAllocationInfo
source§fn default() -> MemBwAllocationInfo
fn default() -> MemBwAllocationInfo
Returns the “default value” for a type. Read more