Struct embedded_hal::digital::v1_compat::OldInputPin [−][src]
pub struct OldInputPin<T> { /* fields omitted */ }Wrapper to allow fallible v2::InputPin traits to be converted to v1::InputPin traits
where errors will panic.
Implementations
impl<T, E> OldInputPin<T> where
T: InputPin<Error = E>,
E: Debug, [src]
impl<T, E> OldInputPin<T> where
T: InputPin<Error = E>,
E: Debug, [src]Trait Implementations
impl<T, E> From<T> for OldInputPin<T> where
T: InputPin<Error = E>,
E: Debug, [src]
impl<T, E> From<T> for OldInputPin<T> where
T: InputPin<Error = E>,
E: Debug, [src]Auto Trait Implementations
impl<T> Send for OldInputPin<T> where
T: Send,
impl<T> Send for OldInputPin<T> where
T: Send, impl<T> Sync for OldInputPin<T> where
T: Sync,
impl<T> Sync for OldInputPin<T> where
T: Sync, impl<T> Unpin for OldInputPin<T> where
T: Unpin,
impl<T> Unpin for OldInputPin<T> where
T: Unpin,