Struct raw_cpuid::RdtAllocationInfo [−][src]
pub struct RdtAllocationInfo { /* fields omitted */ }Methods
impl RdtAllocationInfo[src]
impl RdtAllocationInfopub fn has_l3_cat(&self) -> bool[src]
pub fn has_l3_cat(&self) -> boolSupports L3 Cache Allocation.
pub fn has_l2_cat(&self) -> bool[src]
pub fn has_l2_cat(&self) -> boolSupports L2 Cache Allocation.
pub fn has_memory_bandwidth_allocation(&self) -> bool[src]
pub fn has_memory_bandwidth_allocation(&self) -> boolSupports Memory Bandwidth Allocation.
pub fn l3_cat(&self) -> Option<L3CatInfo>[src]
pub fn l3_cat(&self) -> Option<L3CatInfo>L3 Cache Allocation Information.
pub fn l2_cat(&self) -> Option<L2CatInfo>[src]
pub fn l2_cat(&self) -> Option<L2CatInfo>L2 Cache Allocation Information.
pub fn memory_bandwidth_allocation(&self) -> Option<MemBwAllocationInfo>[src]
pub fn memory_bandwidth_allocation(&self) -> Option<MemBwAllocationInfo>Memory Bandwidth Allocation Information.
Trait Implementations
impl Debug for RdtAllocationInfo[src]
impl Debug for RdtAllocationInfofn 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 RdtAllocationInfo[src]
impl Default for RdtAllocationInfofn default() -> RdtAllocationInfo[src]
fn default() -> RdtAllocationInfoReturns the "default value" for a type. Read more
Auto Trait Implementations
impl Send for RdtAllocationInfo
impl Send for RdtAllocationInfoimpl Sync for RdtAllocationInfo
impl Sync for RdtAllocationInfo