Struct raw_cpuid::QoSEnforcement [] [src]

pub struct QoSEnforcement {
    // some fields omitted
}

Methods

impl QoSEnforcement
[src]

fn capacity_mask_length(&self) -> u8

Length of the capacity bit mask.

fn allocation_unit_isolation(&self) -> u32

Bit-granular map of isolation/contention of allocation units.

fn highest_cos_number(&self) -> u16

Highest COS number supported for this Leaf.

fn has_infrequent_cos_updates(&self) -> bool

Updates of COS should be infrequent if true.

fn has_code_data_prioritization(&self) -> bool

Is Code and Data Prioritization Technology supported?

Trait Implementations

impl Debug for QoSEnforcement
[src]

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

Formats the value using the given formatter.