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