Struct attiny_hal::pac::PORTB
source · 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