[][src]Struct raw_cpuid::RdtMonitoringInfo

pub struct RdtMonitoringInfo { /* fields omitted */ }

Methods

impl RdtMonitoringInfo[src]

Intel Resource Director Technology (Intel RDT) Monitoring Enumeration Sub-leaf (EAX = 0FH, ECX = 0 and ECX = 1)

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

Maximum range (zero-based) of RMID within this physical processor of all types.

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

Supports L3 Cache Intel RDT Monitoring.

pub fn l3_monitoring(&self) -> Option<L3MonitoringInfo>[src]

L3 Cache Monitoring.

Trait Implementations

impl Debug for RdtMonitoringInfo[src]

impl Default for RdtMonitoringInfo[src]

Auto Trait Implementations

Blanket Implementations

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> From<T> for 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]