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