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