esp_idf_hal::gpio

Trait InputMode

Source
pub trait InputMode {
    const RTC: bool;
}

Required Associated Constants§

Source

const RTC: bool

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§

Source§

impl InputMode for Input

Source§

const RTC: bool = false

Source§

impl InputMode for InputOutput

Source§

const RTC: bool = false