pub trait B2Pin<T: Instance>: Pin {
// Required method
fn af_num(&self) -> u8;
}Expand description
B2Pin pin trait
Required Methods§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.
Implementors§
impl B2Pin<LTDC> for PA3
Available on non-
afio only.impl B2Pin<LTDC> for PC9
Available on non-
afio only.impl B2Pin<LTDC> for PD2
Available on non-
afio only.impl B2Pin<LTDC> for PD6
Available on non-
afio only.impl B2Pin<LTDC> for PG10
Available on non-
afio only.impl B2Pin<LTDC> for PJ14
Available on non-
afio only.