[−][src]Struct raw_cpuid::L3MonitoringInfo
Implementations
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]
pub fn default() -> L3MonitoringInfo
[src]
Auto Trait Implementations
impl Send for L3MonitoringInfo
[src]
impl Sync for L3MonitoringInfo
[src]
impl Unpin for L3MonitoringInfo
[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,