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