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