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