[][src]Struct x86::cpuid::L3MonitoringInfo

pub struct L3MonitoringInfo { /* fields omitted */ }

Methods

impl L3MonitoringInfo[src]

pub fn conversion_factor(&self) -> u32[src]

Conversion factor from reported IA32_QM_CTR value to occupancy metric (bytes).

pub fn maximum_rmid_range(&self) -> u32[src]

Maximum range (zero-based) of RMID of L3.

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

Supports occupancy monitoring.

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

Supports total bandwidth monitoring.

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

Supports local bandwidth monitoring.

Trait Implementations

impl Debug for L3MonitoringInfo[src]

impl Default for L3MonitoringInfo[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

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

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