Struct raw_cpuid::RdtAllocationInfo
source · pub struct RdtAllocationInfo { /* private fields */ }
Implementations§
source§impl RdtAllocationInfo
impl RdtAllocationInfo
sourcepub fn has_l3_cat(&self) -> bool
pub fn has_l3_cat(&self) -> bool
Supports L3 Cache Allocation.
sourcepub fn has_l2_cat(&self) -> bool
pub fn has_l2_cat(&self) -> bool
Supports L2 Cache Allocation.
sourcepub fn has_memory_bandwidth_allocation(&self) -> bool
pub fn has_memory_bandwidth_allocation(&self) -> bool
Supports Memory Bandwidth Allocation.
sourcepub fn memory_bandwidth_allocation(&self) -> Option<MemBwAllocationInfo>
pub fn memory_bandwidth_allocation(&self) -> Option<MemBwAllocationInfo>
Memory Bandwidth Allocation Information.
Trait Implementations§
source§impl Debug for RdtAllocationInfo
impl Debug for RdtAllocationInfo
source§impl Default for RdtAllocationInfo
impl Default for RdtAllocationInfo
source§fn default() -> RdtAllocationInfo
fn default() -> RdtAllocationInfo
Returns the “default value” for a type. Read more