Struct avr_device::atmega4809::GPIO
source · pub struct GPIO { /* private fields */ }
Expand description
General Purpose IO
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GPIO
impl RefUnwindSafe for GPIO
impl !Sync for GPIO
impl Unpin for GPIO
impl UnwindSafe for GPIO
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