Struct raw_cpuid::QoSEnforcementInfo [] [src]

pub struct QoSEnforcementInfo {
    // some fields omitted
}

Methods

impl QoSEnforcementInfo
[src]

fn has_l3_qos_enforcement(&self) -> bool

Supports L3 Cache QoS enforcement if true.

fn iter(&self) -> QoSEnforcementIter

Iterator over QoS enforcements.

Trait Implementations

impl Debug for QoSEnforcementInfo
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.