pub struct IOG7CR { /* private fields */ }Expand description
I/O group x counter register
Implementations§
Auto Trait Implementations§
impl !Freeze for IOG7CR
impl !RefUnwindSafe for IOG7CR
impl Send for IOG7CR
impl !Sync for IOG7CR
impl Unpin for IOG7CR
impl UnwindSafe for IOG7CR
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