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