[][src]Struct raw_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<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]