struct DetachablePin {
pin: &'static GPIOPin<'static>,
function: Option<PeripheralFunction>,
}
Fields§
§pin: &'static GPIOPin<'static>
§function: Option<PeripheralFunction>
Implementations§
Auto Trait Implementations§
impl Freeze for DetachablePin
impl !RefUnwindSafe for DetachablePin
impl !Send for DetachablePin
impl !Sync for DetachablePin
impl Unpin for DetachablePin
impl !UnwindSafe for DetachablePin
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