pub struct PinError<PDE> { /* private fields */ }
Expand description
Error type for Pin
which implements embedded_hal::digital::Error
.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<PDE> Freeze for PinError<PDE>where
PDE: Freeze,
impl<PDE> RefUnwindSafe for PinError<PDE>where
PDE: RefUnwindSafe,
impl<PDE> Send for PinError<PDE>where
PDE: Send,
impl<PDE> Sync for PinError<PDE>where
PDE: Sync,
impl<PDE> Unpin for PinError<PDE>where
PDE: Unpin,
impl<PDE> UnwindSafe for PinError<PDE>where
PDE: UnwindSafe,
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