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