pub trait InputChannel: Sealed { }Expand description
Marker trait for dedicated GPIO input channels.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
Implementors§
impl<const CH: u8> InputChannel for &mut DedicatedGpioChannel<'_, CH>
Available on crate feature
unstable only.impl<const CH: u8> InputChannel for &mut DedicatedGpioInputChannel<'_, CH>
Available on crate feature
unstable only.impl<const CH: u8> InputChannel for DedicatedGpioChannel<'_, CH>
Available on crate feature
unstable only.impl<const CH: u8> InputChannel for DedicatedGpioInputChannel<'_, CH>
Available on crate feature
unstable only.