pub enum PA24 {}
Expand description
Pin ID representing pin PA24
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PA24
impl RefUnwindSafe for PA24
impl Send for PA24
impl Sync for PA24
impl Unpin for PA24
impl UnwindSafe for PA24
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