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