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