pub struct Pmovsr(pub u32);Expand description
PMOVSR (Performance Monitor Overflow Flag Status Clear Register)
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl SysRegRead for Pmovsr
impl SysRegRead for Pmovsr
Source§impl SysRegWrite for Pmovsr
impl SysRegWrite for Pmovsr
impl Copy for Pmovsr
Auto Trait Implementations§
impl Freeze for Pmovsr
impl RefUnwindSafe for Pmovsr
impl Send for Pmovsr
impl Sync for Pmovsr
impl Unpin for Pmovsr
impl UnwindSafe for Pmovsr
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