pub trait B4Pin<T: Instance>: Pin {
// Required method
fn af_num(&self) -> u8;
}Expand description
B4Pin pin trait
Required Methods§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
Implementors§
impl B4Pin<LTDC> for PA10
Available on non-
afio only.impl B4Pin<LTDC> for PE12
Available on non-
afio only.impl B4Pin<LTDC> for PG12
Available on non-
afio only.impl B4Pin<LTDC> for PI4
Available on non-
afio only.impl B4Pin<LTDC> for PJ13
Available on non-
afio only.impl B4Pin<LTDC> for PK3
Available on non-
afio only.