pub enum PA24 {}
Expand description
Pin ID representing pin PA24
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PA24
impl Send for PA24
impl Sync for PA24
impl Unpin for PA24
impl UnwindSafe for PA24
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more