pub struct PORTC { /* private fields */ }Expand description
Registers group
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