Struct raw_cpuid::RdtMonitoringInfo
source · [−]pub struct RdtMonitoringInfo { /* private fields */ }
Implementations
sourceimpl RdtMonitoringInfo
impl RdtMonitoringInfo
Intel Resource Director Technology (Intel RDT) Monitoring Enumeration Sub-leaf (EAX = 0FH, ECX = 0 and ECX = 1)
sourcepub fn rmid_range(&self) -> u32
pub fn rmid_range(&self) -> u32
Maximum range (zero-based) of RMID within this physical processor of all types.
sourcepub fn has_l3_monitoring(&self) -> bool
pub fn has_l3_monitoring(&self) -> bool
Supports L3 Cache Intel RDT Monitoring.
sourcepub fn l3_monitoring(&self) -> Option<L3MonitoringInfo>
pub fn l3_monitoring(&self) -> Option<L3MonitoringInfo>
L3 Cache Monitoring.
Trait Implementations
sourceimpl Debug for RdtMonitoringInfo
impl Debug for RdtMonitoringInfo
sourceimpl Default for RdtMonitoringInfo
impl Default for RdtMonitoringInfo
sourcefn default() -> RdtMonitoringInfo
fn default() -> RdtMonitoringInfo
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for RdtMonitoringInfo
impl Send for RdtMonitoringInfo
impl Sync for RdtMonitoringInfo
impl Unpin for RdtMonitoringInfo
impl UnwindSafe for RdtMonitoringInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more