Struct measureme::counters::InstructionsMinusRaw0420
source · pub struct InstructionsMinusRaw0420(/* private fields */);
Expand description
(Experimental) Like InstructionsMinusIrqs
(but using an undocumented r0420:u
counter).
Can be obtained with Counter::by_name("instructions-minus-r0420:u")
.
Implementations§
Auto Trait Implementations§
impl Freeze for InstructionsMinusRaw0420
impl RefUnwindSafe for InstructionsMinusRaw0420
impl Send for InstructionsMinusRaw0420
impl Sync for InstructionsMinusRaw0420
impl Unpin for InstructionsMinusRaw0420
impl UnwindSafe for InstructionsMinusRaw0420
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