Struct raw_cpuid::L3MonitoringInfo [−][src]
pub struct L3MonitoringInfo { /* fields omitted */ }Methods
impl L3MonitoringInfo[src]
impl L3MonitoringInfopub fn conversion_factor(&self) -> u32[src]
pub fn conversion_factor(&self) -> u32Conversion factor from reported IA32_QM_CTR value to occupancy metric (bytes).
pub fn maximum_rmid_range(&self) -> u32[src]
pub fn maximum_rmid_range(&self) -> u32Maximum range (zero-based) of RMID of L3.
pub fn has_occupancy_monitoring(&self) -> bool[src]
pub fn has_occupancy_monitoring(&self) -> boolSupports occupancy monitoring.
pub fn has_total_bandwidth_monitoring(&self) -> bool[src]
pub fn has_total_bandwidth_monitoring(&self) -> boolSupports total bandwidth monitoring.
pub fn has_local_bandwidth_monitoring(&self) -> bool[src]
pub fn has_local_bandwidth_monitoring(&self) -> boolSupports local bandwidth monitoring.
Trait Implementations
impl Debug for L3MonitoringInfo[src]
impl Debug for L3MonitoringInfofn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Default for L3MonitoringInfo[src]
impl Default for L3MonitoringInfofn default() -> L3MonitoringInfo[src]
fn default() -> L3MonitoringInfoReturns the "default value" for a type. Read more
Auto Trait Implementations
impl Send for L3MonitoringInfo
impl Send for L3MonitoringInfoimpl Sync for L3MonitoringInfo
impl Sync for L3MonitoringInfo