pub struct R(_);
Expand description
Register MSR
reader
Implementations
sourceimpl R
impl R
sourcepub fn event_cnt(&self) -> EVENT_CNT_R
pub fn event_cnt(&self) -> EVENT_CNT_R
Bits 0:31 - Monitor Event Counter
Methods from Deref<Target = R<MSR_SPEC>>
Trait Implementations
Auto Trait Implementations
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