pub struct AfioRemapNotApplicable;
Expand description
Placeholder for a peripheral’s pin which cannot be remapped via AFIO.
Auto Trait Implementations§
impl Freeze for AfioRemapNotApplicable
impl RefUnwindSafe for AfioRemapNotApplicable
impl Send for AfioRemapNotApplicable
impl Sync for AfioRemapNotApplicable
impl Unpin for AfioRemapNotApplicable
impl UnwindSafe for AfioRemapNotApplicable
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