Skip to main content

InputChannel

Trait InputChannel 

Source
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§

Source§

impl<const CH: u8> InputChannel for &mut DedicatedGpioChannel<'_, CH>

Available on crate feature unstable only.
Source§

impl<const CH: u8> InputChannel for &mut DedicatedGpioInputChannel<'_, CH>

Available on crate feature unstable only.
Source§

impl<const CH: u8> InputChannel for DedicatedGpioChannel<'_, CH>

Available on crate feature unstable only.
Source§

impl<const CH: u8> InputChannel for DedicatedGpioInputChannel<'_, CH>

Available on crate feature unstable only.