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