pub struct PORTA { /* private fields */ }Expand description
PORTA peripheral
Implementations§
Trait Implementations§
impl Send for PORTA
Auto Trait Implementations§
impl !Sync for PORTA
impl Freeze for PORTA
impl RefUnwindSafe for PORTA
impl Unpin for PORTA
impl UnsafeUnpin for PORTA
impl UnwindSafe for PORTA
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