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