pub struct Pmccntr(pub u32);Expand description
PMCCNTR (Performance Monitors Cycle Count Register)
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl SysRegRead for Pmccntr
impl SysRegRead for Pmccntr
Source§impl SysRegWrite for Pmccntr
impl SysRegWrite for Pmccntr
impl Copy for Pmccntr
Auto Trait Implementations§
impl Freeze for Pmccntr
impl RefUnwindSafe for Pmccntr
impl Send for Pmccntr
impl Sync for Pmccntr
impl Unpin for Pmccntr
impl UnwindSafe for Pmccntr
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