pub struct DirectCacheAccessInfo { /* private fields */ }
Expand description
Implementations§
source§impl DirectCacheAccessInfo
impl DirectCacheAccessInfo
sourcepub fn get_dca_cap_value(&self) -> u32
pub fn get_dca_cap_value(&self) -> u32
Value of bits [31:0] of IA32_PLATFORM_DCA_CAP MSR (address 1F8H)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DirectCacheAccessInfo
impl RefUnwindSafe for DirectCacheAccessInfo
impl Send for DirectCacheAccessInfo
impl Sync for DirectCacheAccessInfo
impl Unpin for DirectCacheAccessInfo
impl UnwindSafe for DirectCacheAccessInfo
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