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