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