pub trait D0Pin<T: Instance>: Pin {
// Required method
fn af_num(&self) -> u8;
}Expand description
D0Pin 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 D0Pin<SDMMC1> for PA10
Available on non-
afio only.impl D0Pin<SDMMC1> for PB13
Available on non-
afio only.impl D0Pin<SDMMC1> for PC8
Available on non-
afio only.impl D0Pin<SDMMC2> for PB14
Available on non-
afio only.impl D0Pin<SDMMC2> for PG9
Available on non-
afio only.