pub struct RdtAllocationInfo { /* private fields */ }
Expand description
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§
Auto Trait Implementations§
impl Freeze for RdtAllocationInfo
impl RefUnwindSafe for RdtAllocationInfo
impl Send for RdtAllocationInfo
impl Sync for RdtAllocationInfo
impl Unpin for RdtAllocationInfo
impl UnwindSafe for RdtAllocationInfo
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more