pub trait SlotData<'d, const S: u8, const L: u8> { }Expand description
Data line L (bidirectional) for slot S.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
Implementors§
impl<'d> SlotData<'d, 0, 0> for GPIO20<'d>
Available on crate feature
unstable only.impl<'d> SlotData<'d, 0, 1> for GPIO21<'d>
Available on crate feature
unstable only.impl<'d> SlotData<'d, 0, 2> for GPIO22<'d>
Available on crate feature
unstable only.impl<'d> SlotData<'d, 0, 3> for GPIO23<'d>
Available on crate feature
unstable only.