pub trait G3Pin<T: Instance>: Pin {
// Required method
fn af_num(&self) -> u8;
}Expand description
G3Pin 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 G3Pin<LTDC> for PC9
Available on non-
afio only.impl G3Pin<LTDC> for PE11
Available on non-
afio only.impl G3Pin<LTDC> for PG10
Available on non-
afio only.impl G3Pin<LTDC> for PH14
Available on non-
afio only.impl G3Pin<LTDC> for PJ10
Available on non-
afio only.impl G3Pin<LTDC> for PJ12
Available on non-
afio only.