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