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