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