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