pub trait McoPin<T: McoInstance>: Pin {
// Required method
fn af_num(&self) -> u8;
}Expand description
McoPin 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 McoPin<MCO1> for PA8
Available on non-
afio only.impl McoPin<MCO1> for PA9
Available on non-
afio only.impl McoPin<MCO1> for PF2
Available on non-
afio only.impl McoPin<MCO2> for PA10
Available on non-
afio only.impl McoPin<MCO2> for PA15
Available on non-
afio only.impl McoPin<MCO2> for PB2
Available on non-
afio only.