[][src]Enum esp_idf_bindgen::GPIO_INT_TYPE

#[repr(u32)]pub enum GPIO_INT_TYPE {
    GPIO_PIN_INTR_DISABLE,
    GPIO_PIN_INTR_POSEDGE,
    GPIO_PIN_INTR_NEGEDGE,
    GPIO_PIN_INTR_ANYEDGE,
    GPIO_PIN_INTR_LOLEVEL,
    GPIO_PIN_INTR_HILEVEL,
}

Variants

GPIO_PIN_INTR_DISABLE
GPIO_PIN_INTR_POSEDGE
GPIO_PIN_INTR_NEGEDGE
GPIO_PIN_INTR_ANYEDGE
GPIO_PIN_INTR_LOLEVEL
GPIO_PIN_INTR_HILEVEL

Trait Implementations

impl Clone for GPIO_INT_TYPE[src]

impl Copy for GPIO_INT_TYPE[src]

impl Debug for GPIO_INT_TYPE[src]

impl Eq for GPIO_INT_TYPE[src]

impl Hash for GPIO_INT_TYPE[src]

impl PartialEq<GPIO_INT_TYPE> for GPIO_INT_TYPE[src]

impl StructuralEq for GPIO_INT_TYPE[src]

impl StructuralPartialEq for GPIO_INT_TYPE[src]

Auto Trait Implementations

impl Send for GPIO_INT_TYPE

impl Sync for GPIO_INT_TYPE

impl Unpin for GPIO_INT_TYPE

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.