[][src]Struct raw_cpuid::MemBwAllocationInfo

pub struct MemBwAllocationInfo { /* fields omitted */ }

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

Methods

impl MemBwAllocationInfo[src]

pub fn max_hba_throttling(&self) -> u16[src]

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

pub fn highest_cos(&self) -> u16[src]

Highest COS number supported for this Leaf.

pub fn has_linear_response_delay(&self) -> bool[src]

Reports whether the response of the delay values is linear.

Trait Implementations

impl Debug for MemBwAllocationInfo[src]

impl Default for MemBwAllocationInfo[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]