pub struct L2CatInfo { /* private fields */ }
Expand description
L2 Cache Allocation Technology Enumeration Sub-leaf (LEAF=0x10, SUBLEAF=2).
Implementations
sourceimpl L2CatInfo
impl L2CatInfo
sourcepub fn capacity_mask_length(&self) -> u8
pub fn capacity_mask_length(&self) -> u8
Length of the capacity bit mask.
sourcepub fn isolation_bitmap(&self) -> u32
pub fn isolation_bitmap(&self) -> u32
Bit-granular map of isolation/contention of allocation units.
sourcepub fn highest_cos(&self) -> u16
pub fn highest_cos(&self) -> u16
Highest COS number supported for this Leaf.
Trait Implementations
impl Eq for L2CatInfo
impl StructuralEq for L2CatInfo
impl StructuralPartialEq for L2CatInfo
Auto Trait Implementations
impl RefUnwindSafe for L2CatInfo
impl Send for L2CatInfo
impl Sync for L2CatInfo
impl Unpin for L2CatInfo
impl UnwindSafe for L2CatInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more