esp_idf_hal::gpio

Trait OutputPin

Source
pub trait OutputPin: Pin + Into<AnyOutputPin> {
    // Provided method
    fn downgrade_output(self) -> AnyOutputPin { ... }
}
Expand description

A marker trait designating a pin which is capable of operating as an output pin

Provided 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§