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