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