pub struct GPCHR { /* private fields */ }Expand description
Global Pin Control High Register
Implementations§
Auto Trait Implementations§
impl !Freeze for GPCHR
impl !RefUnwindSafe for GPCHR
impl Send for GPCHR
impl !Sync for GPCHR
impl Unpin for GPCHR
impl UnwindSafe for GPCHR
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