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