Struct Hmonr
#[repr(transparent)]pub struct Hmonr(pub u32);
Expand description
ICACHE hit monitor register.
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for Hmonr
impl Eq for Hmonr
impl StructuralPartialEq for Hmonr
Auto Trait Implementations§
impl Freeze for Hmonr
impl RefUnwindSafe for Hmonr
impl Send for Hmonr
impl Sync for Hmonr
impl Unpin for Hmonr
impl UnwindSafe for Hmonr
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